toJson method

Map<String, dynamic> toJson()

Converts preview data image to the map representation, encodable to JSON.

Implementation

Map<String, dynamic> toJson() => _$PreviewDataImageToJson(this);