base64String property
String
get
base64String
A getter to return a base64 String from the raw bytes (_bytes
).
Implementation
String get base64String => base64Encode(_bytes);
A getter to return a base64 String from the raw bytes (_bytes
).
String get base64String => base64Encode(_bytes);