ChannelUploadsList constructor
ChannelUploadsList(
- List<
Video> base, - String author,
- ChannelId channel,
- ChannelUploadPage _page,
- YoutubeHttpClient _httpClient,
Construct an instance of SearchList See SearchList
Implementation
ChannelUploadsList(
super.base,
this.author,
this.channel,
this._page,
this._httpClient,
);