ShowStats constructor

ShowStats(
  1. int watchers,
  2. int plays,
  3. int collectors,
  4. int comments,
  5. int lists,
  6. int votes,
  7. int recommended,
  8. int collectedEpisodes,
)

Implementation

ShowStats(this.watchers, this.plays, this.collectors, this.comments,
    this.lists, this.votes, this.recommended, this.collectedEpisodes);