AddOnAttachment constructor
      
      AddOnAttachment({})
     
    
    
Implementation
AddOnAttachment({
  this.copyHistory,
  this.courseId,
  this.dueDate,
  this.dueTime,
  this.id,
  this.itemId,
  this.maxPoints,
  this.postId,
  this.studentViewUri,
  this.studentWorkReviewUri,
  this.teacherViewUri,
  this.title,
});