WatchlistItem constructor

WatchlistItem(
  1. int rank,
  2. String listedAt,
  3. String type,
  4. Movie? movie,
  5. Episode? episode,
  6. Season? season,
  7. Show? show,
)

Implementation

WatchlistItem(this.rank, this.listedAt, this.type, this.movie, this.episode,
    this.season, this.show);