ListStudentCoursesResponse constructor

const ListStudentCoursesResponse({
  1. required List<CourseSummaryItem> items,
  2. required Paging paging,
})

Implementation

const ListStudentCoursesResponse({required this.items, required this.paging});