ManageStockCountSystem constructor

ManageStockCountSystem({
  1. required StockCountSystem stockCountSystem,
  2. required ICProject icProject,
  3. required int manageStockCountSystemId,
})

Implementation

ManageStockCountSystem({
 required this.stockCountSystem, required this.icProject, required this.manageStockCountSystemId
});