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,
      );