ProductSearchResults constructor
ProductSearchResults({
- String? indexTime,
- List<
GroupedResult> ? productGroupedResults, - List<
Result> ? results,
Implementation
ProductSearchResults({
this.indexTime,
this.productGroupedResults,
this.results,
});