CourseWork constructor

CourseWork({
  1. String? alternateLink,
  2. String? assigneeMode,
  3. Assignment? assignment,
  4. bool? associatedWithDeveloper,
  5. String? courseId,
  6. String? creationTime,
  7. String? creatorUserId,
  8. String? description,
  9. Date? dueDate,
  10. TimeOfDay? dueTime,
  11. GradeCategory? gradeCategory,
  12. String? id,
  13. IndividualStudentsOptions? individualStudentsOptions,
  14. List<Material>? materials,
  15. double? maxPoints,
  16. MultipleChoiceQuestion? multipleChoiceQuestion,
  17. String? scheduledTime,
  18. String? state,
  19. String? submissionModificationMode,
  20. String? title,
  21. String? topicId,
  22. String? updateTime,
  23. String? workType,
})

Implementation

CourseWork({
  this.alternateLink,
  this.assigneeMode,
  this.assignment,
  this.associatedWithDeveloper,
  this.courseId,
  this.creationTime,
  this.creatorUserId,
  this.description,
  this.dueDate,
  this.dueTime,
  this.gradeCategory,
  this.id,
  this.individualStudentsOptions,
  this.materials,
  this.maxPoints,
  this.multipleChoiceQuestion,
  this.scheduledTime,
  this.state,
  this.submissionModificationMode,
  this.title,
  this.topicId,
  this.updateTime,
  this.workType,
});