CourseOverviewByIdResponse constructor
const
CourseOverviewByIdResponse({
- required int id,
- required String name,
- required bool isArchived,
- required PublicationState state,
- required String? publishDate,
- required String? publishedAt,
- required CourseSettings settings,
- required List<
CourseThemeItem> themes,
Implementation
const CourseOverviewByIdResponse({
required this.id,
required this.name,
required this.isArchived,
required this.state,
required this.publishDate,
required this.publishedAt,
required this.settings,
required this.themes,
});