toBase64 property

String get toBase64

Encode string to base64

Implementation

String get toBase64 => base64Encode(utf8.encode(this));