Assignment constructor
Assignment({})
Implementation
Assignment({
this.acceptTime,
this.answer,
this.approvalTime,
this.assignmentId,
this.assignmentStatus,
this.autoApprovalTime,
this.deadline,
this.hITId,
this.rejectionTime,
this.requesterFeedback,
this.submitTime,
this.workerId,
});