betweenErrorText method
No description provided for @betweenErrorText.
In en, this message translates to: 'Value must be between {min} and {max}.'
Implementation
@override
String betweenErrorText(num min, num max) {
return 'Vrednost mora biti med $min in $max.';
}