MovieCrewCredits constructor

MovieCrewCredits(
  1. List<String> jobs,
  2. Movie movie
)

Implementation

MovieCrewCredits(this.jobs, this.movie);