toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (allowPasswordSignup != null)
        'allowPasswordSignup': allowPasswordSignup!,
      if (autodeleteAnonymousUsers != null)
        'autodeleteAnonymousUsers': autodeleteAnonymousUsers!,
      if (client != null) 'client': client!,
      if (disableAuth != null) 'disableAuth': disableAuth!,
      if (displayName != null) 'displayName': displayName!,
      if (emailPrivacyConfig != null)
        'emailPrivacyConfig': emailPrivacyConfig!,
      if (enableAnonymousUser != null)
        'enableAnonymousUser': enableAnonymousUser!,
      if (enableEmailLinkSignin != null)
        'enableEmailLinkSignin': enableEmailLinkSignin!,
      if (hashConfig != null) 'hashConfig': hashConfig!,
      if (inheritance != null) 'inheritance': inheritance!,
      if (mfaConfig != null) 'mfaConfig': mfaConfig!,
      if (monitoring != null) 'monitoring': monitoring!,
      if (name != null) 'name': name!,
      if (passwordPolicyConfig != null)
        'passwordPolicyConfig': passwordPolicyConfig!,
      if (recaptchaConfig != null) 'recaptchaConfig': recaptchaConfig!,
      if (smsRegionConfig != null) 'smsRegionConfig': smsRegionConfig!,
      if (testPhoneNumbers != null) 'testPhoneNumbers': testPhoneNumbers!,
    };