minLength method

String minLength(
  1. int n
)

Message for the minLength rule.

Implementation

String minLength(int n) => 'Must be at least $n characters.';