isEmail property

bool isEmail

Implementation

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