WatchedVideosPerUser constructor

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

Returns a new WatchedVideosPerUser instance.

Implementation

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