EmailValidationOptions constructor
EmailValidationOptions({})
Constructor to set default validation options
Implementation
EmailValidationOptions({
this.checkFormat = true,
this.preventConsecutiveDots = true,
this.preventMultipleAtSymbols = true,
this.checkCommonMistakes = true,
this.preventDisposableEmails = true,
this.checkEndsWithDot = true,
this.minLength = 5,
});