toBase64 method Null safety

String toBase64()

Implementation

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