minLength abstract method

String minLength(
  1. int length
)

String used to get a message saying that the input needs to be at least length long

Implementation

String minLength(int length);