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