maxWordsCountErrorText method

  1. @override
String maxWordsCountErrorText(
  1. Object maxWordsCount
)
override

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(Object maxWordsCount) {
  return 'मानसँग एक शब्दहरूको एक शब्दहरूमा $maxWordsCount भन्दा कम वा बराबर गणना हुनुपर्दछ';
}