CommentMediaItem constructor

CommentMediaItem(
  1. String type,
  2. Movie? movie,
  3. Show? show,
  4. Episode? episode,
  5. TraktList? list,
)

Implementation

CommentMediaItem(this.type, this.movie, this.show, this.episode, this.list);