ruleMinListLength abstract method

String ruleMinListLength(
  1. num min
)

The rule min list length error message

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

Implementation

String ruleMinListLength(num min);