BoxOfficeMovie constructor

BoxOfficeMovie(
  1. int revenue,
  2. Movie movie
)

Implementation

BoxOfficeMovie(this.revenue, this.movie);