SuperSearchParam constructor

SuperSearchParam({
  1. String? priceUpperLimit,
  2. required String? keyWords,
  3. String? endTkRate,
  4. required String? pageSize,
  5. String? sort,
  6. required String? type,
  7. required String? pageId,
  8. String? specialId,
  9. String? haitao,
  10. String? priceLowerLimit,
  11. String? hasCoupon,
  12. String? startTkRate,
  13. String? tmall,
  14. String? channelId,
})

Implementation

SuperSearchParam({
  this.priceUpperLimit,
  required this.keyWords,
  this.endTkRate,
  required this.pageSize,
  this.sort,
  required this.type, //搜索类型:0-综合结果,1-大淘客商品,2-联盟商品
  required this.pageId,
  this.specialId,
  this.haitao,
  this.priceLowerLimit,
  this.hasCoupon,
  this.startTkRate,
  this.tmall,
  this.channelId,
});