RecaptchaRequiredError constructor

RecaptchaRequiredError({
  1. String? errorType,
  2. String? errorCode,
  3. String? displayMessage,
  4. String? httpCode,
  5. String? linkUserExperience,
  6. String? commonCauses,
  7. String? troubleshootingSteps,
})

Implementation

RecaptchaRequiredError({
  this.errorType,
  this.errorCode,
  this.displayMessage,
  this.httpCode,
  this.linkUserExperience,
  this.commonCauses,
  this.troubleshootingSteps,
});