PersonalRecommendation constructor

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

Implementation

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