HistoryItem constructor

HistoryItem(
  1. int id,
  2. String watchedAt,
  3. String action,
  4. String type,
  5. Movie? movie,
  6. Episode? episode,
  7. Show? show,
)

Implementation

HistoryItem(this.id, this.watchedAt, this.action, this.type, this.movie,
    this.episode, this.show);