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