HiddenItem constructor

HiddenItem(
  1. String type,
  2. Movie? movie,
  3. Show? show,
  4. Season? season,
  5. String hiddenAt,
)

Implementation

HiddenItem(this.type, this.movie, this.show, this.season, this.hiddenAt);