ruleMaxListLength abstract method

String ruleMaxListLength(
  1. num max
)

The rule max list length error message

In en, this message translates to: '{max, plural, other{The list length can't be greater than {max}}}'

Implementation

String ruleMaxListLength(num max);