EmployeeData constructor
const
EmployeeData({})
Implementation
const EmployeeData({
required this.id,
required this.empNumber,
required this.name,
required this.email,
required this.employeePositionId,
required this.departmentId,
required this.birthday,
required this.hireDate,
this.imagePath,
this.address,
});