CourseMaterial constructor
CourseMaterial({
- DriveFile? driveFile,
- Form? form,
- Link? link,
- YouTubeVideo? youTubeVideo,
Implementation
CourseMaterial({
this.driveFile,
this.form,
this.link,
this.youTubeVideo,
});