GoogleCloudIdentitytoolkitAdminV2AllowByDefault.fromJson constructor
GoogleCloudIdentitytoolkitAdminV2AllowByDefault.fromJson(
- Map json_
Implementation
GoogleCloudIdentitytoolkitAdminV2AllowByDefault.fromJson(core.Map json_)
: this(
disallowedRegions: (json_['disallowedRegions'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);