PerLearnerCourseVideosWatchedData constructor
PerLearnerCourseVideosWatchedData({})
Returns a new PerLearnerCourseVideosWatchedData instance.
Implementation
PerLearnerCourseVideosWatchedData({
required this.id,
required this.name,
required this.watched,
});