alphaNum method

RuleBuilder alphaNum()

Implementation

RuleBuilder alphaNum() {
  _rules.add(AlphaNumRule());
  return this;
}