validators/base64 library

Extensions

Base64X on String
Extension providing Base64 validation methods on String.

Functions

isBase64(String str, {bool urlSafe = false}) bool
Checks if the string is Base64 encoded.