lengthMin static method
Validates that the entered line is not less
than minLength.
Implementation
static AskValidator lengthMin(int minLength) =>
    _AskValidatorMinLength(minLength);Validates that the entered line is not less
than minLength.
static AskValidator lengthMin(int minLength) =>
    _AskValidatorMinLength(minLength);