CourseMaterialSet constructor
CourseMaterialSet({
- List<
CourseMaterial> ? materials, - String? title,
Implementation
CourseMaterialSet({
this.materials,
this.title,
});