BrandQuery constructor

BrandQuery({
  1. int? page,
  2. int? amount,
  3. String? storeId,
  4. Sort? sort,
})

Implementation

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