connectURL property Null safety

Uri? connectURL
read / write

OpenId Connect URL to discover OAuth2 configuration values.

This MUST be in the form of a URL.

For openID only. REQUIRED if so.

Implementation

Uri? connectURL;