AnticipatedMovie constructor

AnticipatedMovie(
  1. int listCount,
  2. Movie movie
)

Implementation

AnticipatedMovie(this.listCount, this.movie);