TrendingMovie constructor

TrendingMovie(
  1. int watchers,
  2. Movie movie
)

Implementation

TrendingMovie(this.watchers, this.movie);