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 'ຄ່າໃນຟອມນີ້ຕ້ອງນ້ອຍກວ່າ ຫຼືເທົ່າກັບ $max.';
}