minErrorText abstract method

String minErrorText(
  1. num min
)

No description provided for @minErrorText.

In en, this message translates to: 'Value must be greater than or equal to {min}.'

Implementation

String minErrorText(num min);