maxErrorText method
No description provided for @maxErrorText.
In en, this message translates to: 'Value must be less than or equal to {max}.'
Implementation
@override
String maxErrorText(num max) {
return 'Valoarea trebuie să fie mai mică sau egală cu $max.';
}