email method

RuleBuilder email()

Implementation

RuleBuilder email() {
  _rules.add(EmailRule());
  return this;
}