GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule.fromJson constructor

GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule.fromJson(
  1. Map json_
)

Implementation

GoogleCloudIdentitytoolkitAdminV2RecaptchaTollFraudManagedRule.fromJson(
    core.Map json_)
    : this(
        action: json_['action'] as core.String?,
        startScore: (json_['startScore'] as core.num?)?.toDouble(),
      );