UpdateApplicationRecaptchaVerificationRequired constructor

UpdateApplicationRecaptchaVerificationRequired({
  1. required int verificationId,
  2. required String action,
  3. required String recaptchaKeyId,
})

Implementation

UpdateApplicationRecaptchaVerificationRequired({
  required this.verificationId,
  required this.action,
  required this.recaptchaKeyId,
});