toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'currency': currency,
'amount': amount,
'winner_count': winnerCount,
'month_count': monthCount,
'store_product_id': storeProductId,
'store_product_quantity': storeProductQuantity,
'@type': constructor,
};