hasMaxLength abstract method

String hasMaxLength(
  1. int max
)

No description provided for @hasMaxLength.

In en, this message translates to: 'The text must be no longer than {max}'

Implementation

String hasMaxLength(int max);