InputLengthRule constructor

InputLengthRule(
  1. int min,
  2. int max
)

Implementation

InputLengthRule(this.min, this.max) : assert(min < max);