GoogleCloudRecaptchaenterpriseV1TestingOptions.fromJson constructor
GoogleCloudRecaptchaenterpriseV1TestingOptions.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1TestingOptions.fromJson(core.Map json_)
: this(
testingChallenge: json_.containsKey('testingChallenge')
? json_['testingChallenge'] as core.String
: null,
testingScore: json_.containsKey('testingScore')
? (json_['testingScore'] as core.num).toDouble()
: null,
);