StockCountSystem constructor

StockCountSystem({
  1. required int stockCountSystemId,
  2. StockCountSystemSession? stockCountSystemSession,
  3. TaskType? taskType,
  4. String? taskTypeName,
  5. String? taskTypeKh,
  6. String? description,
  7. bool? isActive,
  8. DateTime? dateAdd,
  9. DateTime? dateEdit,
  10. dynamic employeeAdd,
  11. dynamic employeeEdit,
})

Implementation

StockCountSystem({required this.stockCountSystemId, this.stockCountSystemSession, this.taskType, this.taskTypeName, this.taskTypeKh, this.description, this.isActive, this.dateAdd, this.dateEdit, this.employeeAdd, this.employeeEdit});