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