lengthMax static method
Validates that the entered line is no longer
than maxLength
.
Implementation
static AskValidator lengthMax(int maxLength) =>
_AskValidatorMaxLength(maxLength);
Validates that the entered line is no longer
than maxLength
.
static AskValidator lengthMax(int maxLength) =>
_AskValidatorMaxLength(maxLength);