Ensures the value contains only alphanumeric characters.
static Validator alphaNumeric({String? message}) => Validator._()..alphaNumeric(message: message);