EmailValidator.withMessage constructor
const
EmailValidator.withMessage(})
Implementation
const EmailValidator.withMessage(
String message, {
this.allowTopLevelDomains = false,
this.allowInternational = true,
}) : super.withMessage(
message: message,
);