ruleMaxStringLength abstract method

String ruleMaxStringLength(
  1. num max
)

The rule max string error message

In en, this message translates to: '{max, plural, =1{The text length can't be greater than {max} character} other{The text length can't be greater than {max} characters}}'

Implementation

String ruleMaxStringLength(num max);