TaskAssignment constructor
TaskAssignment({})
Implementation
TaskAssignment({
required this.taskAssignmentId,
this.task,
this.delegationGroupRegister,
this.startDate,
this.dueDate,
this.completedDate,
this.description,
this.employeeAdd,
this.employeeEdit,
this.dateAdd,
this.dateEdit,
});