hasMinLength abstract method

String hasMinLength(
  1. int min
)

No description provided for @hasMinLength.

In en, this message translates to: 'The length of the text must be at least {min}'

Implementation

String hasMinLength(int min);