maxLength method

void maxLength(
  1. int test
)

Implementation

void maxLength(int test) {
  rules.add(RuleHolder(MaxLengthRule(), test));
}