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