Course constructor
Course({
- String? alternateLink,
- String? calendarId,
- String? courseGroupEmail,
- List<
CourseMaterialSet> ? courseMaterialSets, - String? courseState,
- String? creationTime,
- String? description,
- String? descriptionHeading,
- String? enrollmentCode,
- GradebookSettings? gradebookSettings,
- bool? guardiansEnabled,
- String? id,
- String? name,
- String? ownerId,
- String? room,
- String? section,
- DriveFolder? teacherFolder,
- String? teacherGroupEmail,
- String? updateTime,
Implementation
Course({
this.alternateLink,
this.calendarId,
this.courseGroupEmail,
this.courseMaterialSets,
this.courseState,
this.creationTime,
this.description,
this.descriptionHeading,
this.enrollmentCode,
this.gradebookSettings,
this.guardiansEnabled,
this.id,
this.name,
this.ownerId,
this.room,
this.section,
this.teacherFolder,
this.teacherGroupEmail,
this.updateTime,
});