CommentsList constructor
CommentsList(
- List<
Comment> base, - int totalLength,
- CommentsClient _client,
- YoutubeHttpClient _httpClient,
Construct an instance of SearchList See SearchList
Implementation
CommentsList(super.base, this.totalLength, this._client, this._httpClient);