MinRule constructor
- int limit
Creates a min-length rule using the given limit.
Example:
final rule = MinRule(3);
Implementation
const MinRule(this.limit);
Creates a min-length rule using the given limit.
Example:
final rule = MinRule(3);
const MinRule(this.limit);