Product constructor

Product({
  1. String? teamName,
  2. int? tbcid,
  3. double? shipPercent,
  4. int? freeshipRemoteDistrict,
  5. int? yunfeixian,
  6. String? itemLink,
  7. int? goldSellers,
  8. String? reimgs,
  9. String? couponLink,
  10. int? haitao,
  11. String? sellerId,
  12. double? discounts,
  13. String? directCommissionLink,
  14. String? couponStartTime,
  15. double? serviceScore,
  16. String? mainPic,
  17. int? tchaoshi,
  18. int? id,
  19. int? brand,
  20. String? imgs,
  21. String? brandName,
  22. List<int>? subcid,
  23. String? couponConditions,
  24. String? detailPics,
  25. int? subdivisionId,
  26. double? dsrScore,
  27. int? dailySales,
  28. String? shopLevel,
  29. int? couponTotalNum,
  30. double? descScore,
  31. String? brandWenan,
  32. String? activityEndTime,
  33. String? shipScore,
  34. int? brandId,
  35. int? couponReceiveNum,
  36. int? shopType,
  37. String? desc,
  38. int? cid,
  39. double? commissionRate,
  40. double? originalPrice,
  41. double? actualPrice,
  42. String? goodsId,
  43. int? quanMLink,
  44. String? shopName,
  45. String? activityStartTime,
  46. String? video,
  47. String? title,
  48. String? dtitle,
  49. int? monthSales,
  50. int? subdivisionRank,
  51. int? hzQuanOver,
  52. int? isSubdivision,
  53. String? marketingMainPic,
  54. int? directCommissionType,
  55. double? servicePercent,
  56. int? commissionType,
  57. String? couponEndTime,
  58. double? directCommission,
  59. int? twoHoursSales,
  60. String? createTime,
  61. double? dsrPercent,
  62. double? estimateAmount,
  63. List? specialText,
  64. double? couponPrice,
  65. int? activityType,
  66. int? hotPush,
  67. String? subdivisionName,
  68. String? circleText,
})

Implementation

Product(
    {this.teamName,
    this.tbcid,
    this.shipPercent,
    this.freeshipRemoteDistrict,
    this.yunfeixian,
    this.itemLink,
    this.goldSellers,
    this.reimgs,
    this.couponLink,
    this.haitao,
    this.sellerId,
    this.discounts,
    this.directCommissionLink,
    this.couponStartTime,
    this.serviceScore,
    this.mainPic,
    this.tchaoshi,
    this.id,
    this.brand,
    this.imgs,
    this.brandName,
    this.subcid,
    this.couponConditions,
    this.detailPics,
    this.subdivisionId,
    this.dsrScore,
    this.shopLogo,
    this.dailySales,
    this.shopLevel,
    this.couponTotalNum,
    this.descScore,
    this.brandWenan,
    this.activityEndTime,
    this.shipScore,
    this.brandId,
    this.couponReceiveNum,
    this.shopType,
    this.desc,
    this.cid,
    this.commissionRate,
    this.originalPrice,
    this.actualPrice,
    this.goodsId,
    this.quanMLink,
    this.shopName,
    this.activityStartTime,
    this.video,
    this.title,
    this.dtitle,
    this.monthSales,
    this.subdivisionRank,
    this.hzQuanOver,
    this.isSubdivision,
    this.marketingMainPic,
    this.directCommissionType,
    this.servicePercent,
    this.commissionType,
    this.couponEndTime,
    this.directCommission,
    this.twoHoursSales,
    this.createTime,
    this.dsrPercent,
    this.estimateAmount,
    this.specialText,
    this.couponPrice,
    this.activityType,
    this.hotPush,
    this.subdivisionName,
    this.circleText});