minErrorText method
No description provided for @minErrorText.
In en, this message translates to: 'Value must be greater than or equal to {min}.'
Implementation
@override
String minErrorText(num min) {
return 'El valor ha de ser superior o igual a $min.';
}