toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (allowPasswordUser != null) 'allowPasswordUser': allowPasswordUser!,
if (apiKey != null) 'apiKey': apiKey!,
if (authorizedDomains != null) 'authorizedDomains': authorizedDomains!,
if (changeEmailTemplate != null)
'changeEmailTemplate': changeEmailTemplate!,
if (delegatedProjectNumber != null)
'delegatedProjectNumber': delegatedProjectNumber!,
if (enableAnonymousUser != null)
'enableAnonymousUser': enableAnonymousUser!,
if (idpConfig != null) 'idpConfig': idpConfig!,
if (legacyResetPasswordTemplate != null)
'legacyResetPasswordTemplate': legacyResetPasswordTemplate!,
if (resetPasswordTemplate != null)
'resetPasswordTemplate': resetPasswordTemplate!,
if (useEmailSending != null) 'useEmailSending': useEmailSending!,
if (verifyEmailTemplate != null)
'verifyEmailTemplate': verifyEmailTemplate!,
};