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