WatchedVideosPerCourse constructor

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

Returns a new WatchedVideosPerCourse instance.

Implementation

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