ProductSearchResponse constructor

ProductSearchResponse({
  1. ProductSearchResponseResponse? response,
  2. ProductSearchResponseFacetCounts? facetCounts,
  3. Map<String, dynamic>? categoryMap,
  4. List? didYouMean,
})

Returns a new ProductSearchResponse instance.

Implementation

ProductSearchResponse({
  this.response,
  this.facetCounts,
  this.categoryMap,
  this.didYouMean,
});