ManageInventoryStockCountSession constructor
ManageInventoryStockCountSession({
- required int manageInventoryId,
- required dynamic employee,
- required Inventory inventory,
- required ManageStockCountSession manageStockCountSession,
Implementation
ManageInventoryStockCountSession({
required this.manageInventoryId,
required this.employee,
required this.inventory,
required this.manageStockCountSession,
});