TrendingPopularList constructor

TrendingPopularList(
  1. TraktList list,
  2. int likeCount,
  3. int commentCount
)

Implementation

TrendingPopularList(this.list, this.likeCount, this.commentCount);