toBase64 method

String toBase64()

Encode to Base64 String.

Implementation

String toBase64() => base64Encode(toList());