GoogleCloudRecaptchaenterpriseV1ChallengeRuleChallengeOutcome.fromJson constructor

GoogleCloudRecaptchaenterpriseV1ChallengeRuleChallengeOutcome.fromJson(
  1. Map json_
)

Implementation

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