minLengthErrorText abstract method

String minLengthErrorText(
  1. int minLength
)

No description provided for @minLengthErrorText.

In en, this message translates to: 'Value must have a length greater than or equal to {minLength}.'

Implementation

String minLengthErrorText(int minLength);