GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment.fromJson constructor

GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1PhoneFraudAssessment.fromJson(core.Map json_)
    : this(
        smsTollFraudVerdict: json_.containsKey('smsTollFraudVerdict')
            ? GoogleCloudRecaptchaenterpriseV1SmsTollFraudVerdict.fromJson(
                json_['smsTollFraudVerdict']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );