RecaptchaTollFraudManagedRule constructor

const RecaptchaTollFraudManagedRule({
  1. required double startScore,
  2. RecaptchaAction? action,
})

Implementation

const RecaptchaTollFraudManagedRule({required this.startScore, this.action});