PersonShowCrewCreditsList constructor

PersonShowCrewCreditsList(
  1. List<ShowCrewCredits>? production,
  2. List<ShowCrewCredits>? art,
  3. List<ShowCrewCredits>? sound,
  4. List<ShowCrewCredits>? writing,
  5. List<ShowCrewCredits>? camera,
  6. List<ShowCrewCredits>? directing,
  7. List<ShowCrewCredits>? lighting,
  8. List<ShowCrewCredits>? crew,
  9. List<ShowCrewCredits>? costumeAndMakeUp,
  10. List<ShowCrewCredits>? visualEffects,
)

Implementation

PersonShowCrewCreditsList(
    this.production,
    this.art,
    this.sound,
    this.writing,
    this.camera,
    this.directing,
    this.lighting,
    this.crew,
    this.costumeAndMakeUp,
    this.visualEffects);