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