CourseWorkMaterial constructor

CourseWorkMaterial({
  1. String? alternateLink,
  2. String? assigneeMode,
  3. String? courseId,
  4. String? creationTime,
  5. String? creatorUserId,
  6. String? description,
  7. String? id,
  8. IndividualStudentsOptions? individualStudentsOptions,
  9. List<Material>? materials,
  10. String? scheduledTime,
  11. String? state,
  12. String? title,
  13. String? topicId,
  14. String? updateTime,
})

Implementation

CourseWorkMaterial({
  this.alternateLink,
  this.assigneeMode,
  this.courseId,
  this.creationTime,
  this.creatorUserId,
  this.description,
  this.id,
  this.individualStudentsOptions,
  this.materials,
  this.scheduledTime,
  this.state,
  this.title,
  this.topicId,
  this.updateTime,
});