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