EmployeeModel constructor
EmployeeModel({})
Returns a new EmployeeModel instance.
Implementation
EmployeeModel({
required this.id,
required this.name,
required this.image,
required this.title,
required this.color,
required this.role,
});