toBase64 method

String toBase64 ()

Base64 encoding.

Implementation

String toBase64() => base64Encode(bytes);