WechatParam constructor

WechatParam({
  1. String? subcid,
  2. String? pre,
  3. String? freeshipRemoteDistrict,
  4. String? goodsId,
  5. String? pageSize,
  6. String? sort,
  7. required String? pageId,
  8. String? cid,
})

Implementation

WechatParam({
  this.subcid,
  this.pre,
  this.freeshipRemoteDistrict,
  this.goodsId,
  this.pageSize,
  this.sort,
 required this.pageId,
  this.cid,
});