minLength method

void minLength(
  1. int test
)

Implementation

void minLength(int test) {
  rules.add(RuleHolder(MinLengthRule(), test));
}