maxWordsCountErrorText abstract method

String maxWordsCountErrorText(
  1. int maxWordsCount
)

No description provided for @maxWordsCountErrorText.

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

Implementation

String maxWordsCountErrorText(int maxWordsCount);