toJson abstract method

Map<String, dynamic> toJson()

Converts this asset to a JSON representation.

Returns a Map containing the serialized form of this asset.

Implementation

Map<String, dynamic> toJson();