CourseMaterialSet constructor

CourseMaterialSet({
  1. List<CourseMaterial>? materials,
  2. String? title,
})

Implementation

CourseMaterialSet({
  this.materials,
  this.title,
});