ProductListParam.fromJson constructor

ProductListParam.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ProductListParam.fromJson(Map<String, dynamic> json) => ProductListParam(
  brand: json["brand"],
  brandIds: json["brandIds"],
  cids: json["cids"],
  commissionRateLowerLimit: json["commissionRateLowerLimit"],
  couponPriceLowerLimit: json["couponPriceLowerLimit"],
  freeshipRemoteDistrict: json["freeshipRemoteDistrict"],
  goldSeller: json["goldSeller"],
  haitao: json["haitao"],
  juHuaSuan: json["juHuaSuan"],
  monthSalesLowerLimit: json["monthSalesLowerLimit"],
  pageId: json["pageId"],
  pageSize: json["pageSize"],
  pre: json["pre"],
  preSale: json["preSale"],
  priceLowerLimit: json["priceLowerLimit"],
  priceUpperLimit: json["priceUpperLimit"],
  sort: json["sort"],
  specialId: json["specialId"],
  subcid: json["subcid"],
  taoQiangGou: json["taoQiangGou"],
  tchaoshi: json["tchaoshi"],
  tmall: json["tmall"],
);