TaskAssignment constructor
TaskAssignment({
- required int taskAssignmentId,
- Task? task,
- DelegationGroupRegister? delegationGroupRegister,
- DateTime? startDate,
- DateTime? dueDate,
- DateTime? completedDate,
- String? description,
- dynamic employeeAdd,
- dynamic employeeEdit,
- DateTime? dateAdd,
- DateTime? dateEdit,
- String? assignmentName,
- String? userAdd,
- String? userEdit,
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,
this.assignmentName,
this.userAdd,
this.userEdit
});