minWordsCountErrorText method

  1. @override
String minWordsCountErrorText(
  1. int minWordsCount
)
override

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 的單詞計數';
}