Validates that the string is properly Base64 encoded.
Validator base64({String? message}) { _rules.add(Base64Rule(message ?? _messages.base64)); return this; }