toBase64 property

String get toBase64

Encodes the string to base64.

Implementation

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