PerLearnerTimeSpentInCourseTree constructor
PerLearnerTimeSpentInCourseTree({
- List<
TimeChildData> data = const [], - int? total,
Returns a new PerLearnerTimeSpentInCourseTree instance.
Implementation
PerLearnerTimeSpentInCourseTree({
this.data = const [],
this.total,
});