encode method Null safety

String encode()

Implementation

String encode() => base64.encode(bytes);