MinLengthRule constructor

const MinLengthRule(
  1. int min,
  2. String message
)

Creates a new MinLengthRule with the given min and message.

Implementation

const MinLengthRule(this.min, this.message);