toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (allowedNonAlphanumericCharacters != null)
        'allowedNonAlphanumericCharacters': allowedNonAlphanumericCharacters!,
      if (customStrengthOptions != null)
        'customStrengthOptions': customStrengthOptions!,
      if (enforcementState != null) 'enforcementState': enforcementState!,
      if (forceUpgradeOnSignin != null)
        'forceUpgradeOnSignin': forceUpgradeOnSignin!,
      if (schemaVersion != null) 'schemaVersion': schemaVersion!,
    };