PerLearnerCourseVideosWatched constructor

PerLearnerCourseVideosWatched({
  1. List<PerLearnerCourseVideosWatchedData> data = const [],
  2. required int total,
})

Returns a new PerLearnerCourseVideosWatched instance.

Implementation

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