SuperSearchResult constructor

SuperSearchResult({
  1. int? totalNum,
  2. List<BrandList>? brandList,
  3. List<Product>? list,
  4. String? pageId,
})

Implementation

SuperSearchResult({
  this.totalNum,
  this.brandList,
  this.list,
  this.pageId,
});