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