MovieCrew constructor

MovieCrew(
  1. String job,
  2. List<String> jobs,
  3. Person person
)

Implementation

MovieCrew(this.job, this.jobs, this.person);