Ensures the value contains only alphanumeric characters.
Validator alphaNumeric({String? message}) { _rules.add(AlphaNumericRule(message ?? _messages.alphaNumeric)); return this; }