toBase64 method

String toBase64()

Implementation

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