CheckInResponse constructor

CheckInResponse(
  1. int id,
  2. String watchedAt,
  3. CheckInSharing sharing,
  4. Movie? movie,
  5. Episode? episode,
  6. Show? show,
)

Implementation

CheckInResponse(this.id, this.watchedAt, this.sharing, this.movie,
    this.episode, this.show);