GoogleCloudIdentitytoolkitAdminV2RecaptchaKey.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2RecaptchaKey.fromJson(
  1. Map json_
)

Implementation

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