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