GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings.fromJson constructor

GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1WebKeySettingsActionSettings.fromJson(
  core.Map json_,
) : this(scoreThreshold: (json_['scoreThreshold'] as core.num?)?.toDouble());