maxErrorText abstract method

String maxErrorText(
  1. Object max
)

No description provided for @maxErrorText.

In en, this message translates to: 'Value must be less than or equal to {max}'

Implementation

String maxErrorText(Object max);