RecaptchaRequiredError constructor

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

Implementation

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