MinValidator<T> constructor
const
MinValidator<T> (})
Constructor for the minimum value validator.
Implementation
const MinValidator(
this.min, {
this.inclusive = true,
/// {@macro base_validator_error_text}
super.errorText,
/// {@macro base_validator_null_check}
super.checkNullOrEmpty,
});