maxWordsCountErrorText method
No description provided for @maxWordsCountErrorText.
In en, this message translates to: 'Value must have a words count less than or equal to {maxWordsCount}.'
Implementation
@override
String maxWordsCountErrorText(int maxWordsCount) {
return 'ມູນຄ່າຕ້ອງມີຄຳສັບຫນ້ອຍກວ່າຫຼືເທົ່າກັບ $maxWordsCount.';
}