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보다 작거나 같은 단어를 가져야 합니다.';
}