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';
}