toBase64 property
String
get
toBase64
Encode string to base64
Implementation
String get toBase64 => base64Encode(utf8.encode(this));
Encode string to base64
String get toBase64 => base64Encode(utf8.encode(this));