StoreParentQuery constructor

StoreParentQuery({
  1. int? page,
  2. int? amount,
  3. String? storeId,
  4. String? parentId,
})

Implementation

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