Returns a new NewEmployeeModel instance.
NewEmployeeModel({ required this.title, required this.name, this.image, this.color, this.role, });