Validates that the input matches another field.
Validator match(String? Function() getValue, {String? message}) { _rules.add(MatchRule(getValue, message ?? _messages.match)); return this; }