menu
form_gen package
documentation
annotations/validations.dart
isBase64 function
isBase64 function
dark_mode
light_mode
isBase64
function
bool
isBase64
(
String
str
)
check if a string
str
is base64 encoded
Implementation
bool isBase64(String str) => _base64.hasMatch(str);
form_gen package
documentation
annotations/validations
isBase64 function
validations library