ProductSearchResponse constructor
ProductSearchResponse({
- ProductSearchResponseResponse? response,
- ProductSearchResponseFacetCounts? facetCounts,
- Map<
String, dynamic> ? categoryMap, - List? didYouMean,
Returns a new ProductSearchResponse instance.
Implementation
ProductSearchResponse({
this.response,
this.facetCounts,
this.categoryMap,
this.didYouMean,
});