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