ManageInventoryStockCountSession constructor

ManageInventoryStockCountSession({
  1. required int manageInventoryId,
  2. required dynamic employee,
  3. required Inventory inventory,
  4. required ManageStockCountSession manageStockCountSession,
})

Implementation

ManageInventoryStockCountSession({
  required this.manageInventoryId,
  required this.employee,
  required this.inventory,
  required this.manageStockCountSession,
});