ChannelUploadsList constructor

ChannelUploadsList(
  1. List<Video> base,
  2. String author,
  3. ChannelId channel,
  4. ChannelUploadPage _page,
  5. YoutubeHttpClient _httpClient,
)

Construct an instance of SearchList See SearchList

Implementation

ChannelUploadsList(
  super.base,
  this.author,
  this.channel,
  this._page,
  this._httpClient,
);