CourseWorkMaterial constructor
CourseWorkMaterial({
- String? alternateLink,
- String? assigneeMode,
- String? courseId,
- String? creationTime,
- String? creatorUserId,
- String? description,
- String? id,
- IndividualStudentsOptions? individualStudentsOptions,
- List<
Material> ? materials, - String? scheduledTime,
- String? state,
- String? title,
- String? topicId,
- 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,
});