menu
nylo_support package
documentation
widgets/form/validation.dart
FormValidator
email method
email method
dark_mode
light_mode
email
method
FormValidator
email
(
)
Validate an email
Implementation
FormValidator email() { _addRule(
"email"
);
return
this
; }
nylo_support package
documentation
widgets/form/validation
FormValidator
email method
FormValidator class
Constructors
new
boolean
capitalized
contains
custom
date
dateAgeIsOlder
dateAgeIsYounger
dateInFuture
dateInPast
email
isFalse
isTrue
lowercase
maxLength
maxSize
maxValue
minLength
minSize
minValue
notEmpty
numeric
password
phoneNumber
phoneNumberUs
postcodeUk
regex
rule
uppercase
url
zipcodeUs
Properties
customRule
data
hashCode
message
rules
runtimeType
Methods
boolean
capitalized
contains
date
dateAgeIsOlder
dateAgeIsYounger
dateInFuture
dateInPast
email
isFalse
isTrue
lowercase
maxLength
maxSize
maxValue
minLength
minSize
minValue
noSuchMethod
notEmpty
numeric
password
phoneNumberUk
phoneNumberUs
postcodeUk
regex
setData
toString
toValidationRule
uppercase
url
zipcodeUs
Operators
operator ==