maxLengthErrorText abstract method

String maxLengthErrorText(
  1. Object maxLength
)

No description provided for @maxLengthErrorText.

In en, this message translates to: 'Value must have a length less than or equal to {maxLength}'

Implementation

String maxLengthErrorText(Object maxLength);