TimeSpentPerCourseData constructor
TimeSpentPerCourseData({})
Returns a new TimeSpentPerCourseData instance.
Implementation
TimeSpentPerCourseData({
required this.name,
required this.courseId,
required this.timeSpent,
required this.courseStart,
required this.courseEnd,
required this.averageTime,
});