maxLength abstract method

String maxLength(
  1. int length
)

String used to get a message saying that the input may not be longer than length

Implementation

String maxLength(int length);