ProductQuery constructor
ProductQuery({})
Implementation
ProductQuery({
super.page,
super.amount,
this.storeId,
this.grouped,
this.search,
this.sort,
this.category,
this.brand,
this.tags,
this.features,
});