GoogleCloudIdentitytoolkitAdminV2QuotaConfig.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2QuotaConfig.fromJson(
- Map _json
Implementation
GoogleCloudIdentitytoolkitAdminV2QuotaConfig.fromJson(core.Map _json)
: this(
signUpQuotaConfig: _json.containsKey('signUpQuotaConfig')
? GoogleCloudIdentitytoolkitAdminV2TemporaryQuota.fromJson(
_json['signUpQuotaConfig']
as core.Map<core.String, core.dynamic>)
: null,
);