VideoEngagementPerCourseData constructor
VideoEngagementPerCourseData({})
Returns a new VideoEngagementPerCourseData instance.
Implementation
VideoEngagementPerCourseData({
required this.name,
required this.courseId,
required this.numVids,
required this.numWatched,
required this.timeWatched,
required this.avgPercentWatched,
required this.avgTimeWatched,
});