PerLearnerTimeSpentInCourseTree constructor

PerLearnerTimeSpentInCourseTree({
  1. List<TimeChildData> data = const [],
  2. int? total,
})

Returns a new PerLearnerTimeSpentInCourseTree instance.

Implementation

PerLearnerTimeSpentInCourseTree({
  this.data = const [],
  this.total,
});