minWordsCountErrorText abstract method

String minWordsCountErrorText(
  1. int minWordsCount
)

No description provided for @minWordsCountErrorText.

In en, this message translates to: 'Value must have a words count greater than or equal to {minWordsCount}.'

Implementation

String minWordsCountErrorText(int minWordsCount);