GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict.fromJson constructor
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict.fromJson(
- Map json_
Implementation
GoogleCloudRecaptchaenterpriseV1FraudPreventionAssessmentStolenInstrumentVerdict.fromJson(
core.Map json_)
: this(
risk: json_.containsKey('risk')
? (json_['risk'] as core.num).toDouble()
: null,
);