TimeSpentByUsersInCourseData constructor
TimeSpentByUsersInCourseData({})
Returns a new TimeSpentByUsersInCourseData instance.
Implementation
TimeSpentByUsersInCourseData({
required this.username,
required this.fullName,
required this.email,
required this.assessments,
required this.timeSpent,
});