hasRange abstract method

String hasRange(
  1. int min,
  2. int max
)

No description provided for @hasRange.

In en, this message translates to: 'You must enter a text of length not less than {min} and not more than {max}'

Implementation

String hasRange(int min, int max);