GoogleCloudIdentitytoolkitAdminV2RecaptchaKey.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2RecaptchaKey.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2RecaptchaKey.fromJson(core.Map json_)
    : this(
        key: json_.containsKey('key') ? json_['key'] as core.String : null,
        type: json_.containsKey('type') ? json_['type'] as core.String : null,
      );