DepartmentData constructor
const
DepartmentData({})
Implementation
const DepartmentData({
required this.id,
required this.code,
required this.name,
required this.companyId,
this.managerId,
this.imagePath,
this.description,
});