TaobaoOnePriceParam constructor

TaobaoOnePriceParam({
  1. String? pageSize,
  2. required String? pageId,
  3. String? type,
  4. String? channelId,
})

Implementation

TaobaoOnePriceParam({
  this.pageSize,
  required this.pageId,
  this.type,
  this.channelId,
});