Validates that the string is properly Base64 encoded.
static Validator base64({String? message}) => Validator._()..base64(message: message);