email method

FormValidator email()

Validate an email

Implementation

FormValidator email() {
  _addRule("email");
  return this;
}