PlayedWatchedCollectedMovie constructor

PlayedWatchedCollectedMovie(
  1. int watcherCount,
  2. int playCount,
  3. int collectedCount,
  4. Movie movie,
)

Implementation

PlayedWatchedCollectedMovie(this.watcherCount, this.playCount, this.collectedCount, this.movie);