CommentsList constructor

CommentsList(
  1. List<Comment> base,
  2. int totalLength,
  3. CommentsClient _client,
  4. YoutubeHttpClient _httpClient,
)

Construct an instance of SearchList See SearchList

Implementation

CommentsList(super.base, this.totalLength, this._client, this._httpClient);