SpeiderItemWithTimeItem constructor

SpeiderItemWithTimeItem({
  1. String? couponEndTime,
  2. String? itemId,
  3. String? img,
  4. double? commissionRate,
  5. double? activityPrice,
  6. double? price,
  7. String? couponStartTime,
  8. String? remark,
  9. int? couponPrice,
  10. String? type,
  11. String? title,
  12. String? url,
})

Implementation

SpeiderItemWithTimeItem({
  this.couponEndTime,
  this.itemId,
  this.img,
  this.commissionRate,
  this.activityPrice,
  this.price,
  this.couponStartTime,
  this.remark,
  this.couponPrice,
  this.type,
  this.title,
  this.url,
});