isEmail property
bool
get
isEmail
Implementation
bool get isEmail {
return Validators.Required(next: Validators.Email())!(this) == null;
}
bool get isEmail {
return Validators.Required(next: Validators.Email())!(this) == null;
}