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