betweenErrorText abstract method

String betweenErrorText(
  1. num min,
  2. num max
)

No description provided for @betweenErrorText.

In en, this message translates to: 'Value must be between {min} and {max}.'

Implementation

String betweenErrorText(num min, num max);