WarehouseModel constructor

WarehouseModel(
  1. String name,
  2. String warehouse_name,
  3. String parent_warehouse,
  4. int is_group,
)

Implementation

WarehouseModel(
  this.name,
  this.warehouse_name,
  this.parent_warehouse,
  this.is_group,
);