StoreQuery constructor

StoreQuery({
  1. int? page,
  2. int? amount,
  3. String? storeId,
})

Implementation

StoreQuery({
  super.page,
  super.amount,
  this.storeId,
});