toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (appId != null) 'appId': appId!,
if (authFlowType != null) 'authFlowType': authFlowType!,
if (clientId != null) 'clientId': clientId!,
if (context != null) 'context': context!,
if (continueUri != null) 'continueUri': continueUri!,
if (customParameter != null) 'customParameter': customParameter!,
if (hostedDomain != null) 'hostedDomain': hostedDomain!,
if (identifier != null) 'identifier': identifier!,
if (oauthConsumerKey != null) 'oauthConsumerKey': oauthConsumerKey!,
if (oauthScope != null) 'oauthScope': oauthScope!,
if (openidRealm != null) 'openidRealm': openidRealm!,
if (otaApp != null) 'otaApp': otaApp!,
if (providerId != null) 'providerId': providerId!,
if (sessionId != null) 'sessionId': sessionId!,
if (tenantId != null) 'tenantId': tenantId!,
if (tenantProjectNumber != null)
'tenantProjectNumber': tenantProjectNumber!,
};