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