GoogleCloudIdentitytoolkitAdminV2AllowByDefault.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2AllowByDefault.fromJson(
  1. Map json_
)

Implementation

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