EpisodeStats constructor

EpisodeStats(
  1. int watchers,
  2. int plays,
  3. int collectors,
  4. int comments,
  5. int lists,
  6. int votes,
)

Implementation

EpisodeStats(this.watchers, this.plays, this.collectors, this.comments,
    this.lists, this.votes);