WatchedSeason constructor

WatchedSeason(
  1. int number,
  2. List<WatchedEpisode> episodes
)

Implementation

WatchedSeason(this.number, this.episodes);