LowercaseValidator constructor
Constructor for the lowercase validator.
Implementation
const LowercaseValidator({
/// {@macro base_validator_error_text}
super.errorText,
/// {@macro base_validator_null_check}
super.checkNullOrEmpty,
});
Constructor for the lowercase validator.
const LowercaseValidator({
/// {@macro base_validator_error_text}
super.errorText,
/// {@macro base_validator_null_check}
super.checkNullOrEmpty,
});