ShowCrewCredits constructor

ShowCrewCredits(
  1. List<String> jobs,
  2. Show show
)

Implementation

ShowCrewCredits(this.jobs, this.show);