ByteDataJsonExtension extension

Expose toJson on ByteData Expose static fromJson builder

on

Methods

toJson() String

Available on ByteData, provided by the ByteDataJsonExtension extension

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

Static Methods

fromJson(dynamic value) ByteData

Available on ByteData, provided by the ByteDataJsonExtension extension

Returns a deserialized version of the ByteData