minWordsCountErrorText method
No description provided for @minWordsCountErrorText.
In en, this message translates to: 'Value must have a words count greater than or equal to {minWordsCount}.'
Implementation
@override
String minWordsCountErrorText(int minWordsCount) {
return '값은 $minWordsCount보다 큰 단어 수를 가져야 합니다.';
}