GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict.fromJson constructor

GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentBehavioralTrustVerdict.fromJson(
    core.Map json_)
    : this(
        trust: json_.containsKey('trust')
            ? (json_['trust'] as core.num).toDouble()
            : null,
      );