toJson method

  1. @override
Map<String, dynamic> toJson()
override

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,
};