GoogleCloudIdentitytoolkitV1GetRecaptchaParamResponse.fromJson constructor
GoogleCloudIdentitytoolkitV1GetRecaptchaParamResponse.fromJson(
- Map _json
Implementation
GoogleCloudIdentitytoolkitV1GetRecaptchaParamResponse.fromJson(core.Map _json)
: this(
kind: _json.containsKey('kind') ? _json['kind'] as core.String : null,
recaptchaSiteKey: _json.containsKey('recaptchaSiteKey')
? _json['recaptchaSiteKey'] as core.String
: null,
recaptchaStoken: _json.containsKey('recaptchaStoken')
? _json['recaptchaStoken'] as core.String
: null,
);