toJson method

String toJson()

Returns a serialized version of the ByteData as a base64 encoded String.

Implementation

String toJson() => base64encodedString();