AddOnAttachment constructor

AddOnAttachment({
  1. List<CopyHistory>? copyHistory,
  2. String? courseId,
  3. Date? dueDate,
  4. TimeOfDay? dueTime,
  5. String? id,
  6. String? itemId,
  7. double? maxPoints,
  8. String? postId,
  9. EmbedUri? studentViewUri,
  10. EmbedUri? studentWorkReviewUri,
  11. EmbedUri? teacherViewUri,
  12. String? title,
})

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,
});