encode method

String encode()

Implementation

String encode() => base64.encode(toByteArray().toList());