MinLengthRule constructor
Creates a new MinLengthRule with the given min and message.
Implementation
const MinLengthRule(this.min, this.message);
Creates a new MinLengthRule with the given min and message.
const MinLengthRule(this.min, this.message);