GoogleCloudRecaptchaenterpriseV1TestingOptions.fromJson constructor

GoogleCloudRecaptchaenterpriseV1TestingOptions.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRecaptchaenterpriseV1TestingOptions.fromJson(core.Map json_)
    : this(
        testingChallenge: json_['testingChallenge'] as core.String?,
        testingScore: (json_['testingScore'] as core.num?)?.toDouble(),
      );