MaximumLengthRule constructor

MaximumLengthRule(
  1. int length,
  2. String message
)

Implementation

MaximumLengthRule(this.length, this.message);