courseMaterialSets property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<CourseMaterialSet>? courseMaterialSets
getter/setter pair

Sets of materials that appear on the "about" page of this course.

Read-only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<CourseMaterialSet>? courseMaterialSets;