ShowCrewList constructor

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

Implementation

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