toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => <String, dynamic>{
  'couponReceiveCount': couponReceiveCount,
  'materialUrl': materialUrl,
  'actualPrice': actualPrice,
  'isFlagship': isFlagship,
  'commissionStartTime': commissionStartTime,
  'isFreeShipping': isFreeShipping,
  'shopName': shopName,
  'originPrice': originPrice,
  'skuName': skuName,
  'smallImages': smallImages,
  'couponLink': couponLink,
  'couponAmount': couponAmount,
  'cid2Name': cid2Name,
  'isOwner': isOwner,
  'commissionShare': commissionShare,
  'commissionEndTime': commissionEndTime,
  'couponType': couponType,
  'couponStartTime': couponStartTime,
  'cid2': cid2,
  'commission': commission,
  'cid3': cid3,
  'shopId': shopId,
  'cid1': cid1,
  'picMain': picMain,
  'skuId': skuId,
  'extensionContent': extensionContent,
  'cid1Name': cid1Name,
  'videoUrlList': videoUrlList,
  'couponRemainCount': couponRemainCount,
  'comments': comments,
  'couponConditions': couponConditions,
  'isFreeFreightRisk': isFreeFreightRisk,
  'couponUseStartTime': couponUseStartTime,
  'inOrderCount30Days': inOrderCount30Days,
  'couponEndTime': couponEndTime,
  'couponTotalCount': couponTotalCount,
  'goodsCommentShare': goodsCommentShare,
  'couponUserEndTime': couponUserEndTime,
  'detailImages': detailImages,
  'isSeckill': isSeckill,
  'promotionLabelList': promotionLabelList,
  'cid3Name': cid3Name,
  'productIntro': productIntro,
};