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