ProductSearchResults constructor

ProductSearchResults({
  1. String? indexTime,
  2. List<GroupedResult>? productGroupedResults,
  3. List<Result>? results,
})

Implementation

ProductSearchResults({
  this.indexTime,
  this.productGroupedResults,
  this.results,
});