HistoryPriceResult constructor

HistoryPriceResult({
  1. List<HistoricalPrice>? historicalPrice,
  2. double? commissionRate,
  3. String? brandName,
  4. String? couponConditions,
  5. double? originalPrice,
  6. String? goodsId,
  7. String? itemLink,
  8. int? dailySales,
  9. String? title,
  10. String? dtitle,
  11. int? couponTotalNum,
  12. int? commissionType,
  13. int? monthSales,
  14. DateTime? couponEndTime,
  15. int? twoHoursSales,
  16. String? marketingMainPic,
  17. DateTime? couponStartTime,
  18. int? brandId,
  19. int? couponReceiveNum,
  20. String? mainPic,
  21. double? couponPrice,
  22. int? id,
  23. String? desc,
})

Implementation

HistoryPriceResult({
  this.historicalPrice,
  this.commissionRate,
  this.brandName,
  this.couponConditions,
  this.originalPrice,
  this.goodsId,
  this.itemLink,
  this.dailySales,
  this.title,
  this.dtitle,
  this.couponTotalNum,
  this.commissionType,
  this.monthSales,
  this.couponEndTime,
  this.twoHoursSales,
  this.marketingMainPic,
  this.couponStartTime,
  this.brandId,
  this.couponReceiveNum,
  this.mainPic,
  this.couponPrice,
  this.id,
  this.desc,
});