VideoEngagementPerCourse constructor
VideoEngagementPerCourse({
- required Pagination pagination,
- List<
VideoEngagementPerCourseData> data = const [],
Returns a new VideoEngagementPerCourse instance.
Implementation
VideoEngagementPerCourse({
required this.pagination,
this.data = const [],
});