isEmail method

void isEmail(
  1. String test
)

Implementation

void isEmail(String test) {
  rules.add(RuleHolder(IsEmailRule(), test));
}