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