UserCollectionItem constructor

UserCollectionItem(
  1. Movie? movie,
  2. Show? show,
  3. String? collectedAt,
  4. String? updatedAt,
  5. List<CollectedSeason>? seasons,
  6. Metadata? metadata,
  7. String? lastCollectedAt,
  8. String? lastUpdatedAt,
)

Implementation

UserCollectionItem(this.movie, this.show, this.collectedAt, this.updatedAt,
    this.seasons, this.metadata, this.lastCollectedAt, this.lastUpdatedAt);