maxLengthErrorText method
No description provided for @maxLengthErrorText.
In en, this message translates to: 'Value must have a length less than or equal to {maxLength}.'
Implementation
@override
String maxLengthErrorText(int maxLength) {
return 'মান অবশ্যই $maxLength এর থেকে কম বা সমান সংখ্যা হতে হবে।';
}