MatchNotValidator constructor
Constructor for the match not validator.
Implementation
const MatchNotValidator(
this.regex, {
/// {@macro base_validator_error_text}
super.errorText,
/// {@macro base_validator_null_check}
super.checkNullOrEmpty,
});