toBase64 method

String toBase64()

Encoded in Base64.

Implementation

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