toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'start_date': startDate,
'end_date': endDate,
'average_price': averagePrice,
'acquired_item_count': acquiredItemCount,
'telegram_listed_item_count': telegramListedItemCount,
'fragment_listed_item_count': fragmentListedItemCount,
'fragment_url': fragmentUrl,
'@type': constructor,
};