EpisodeCrewList constructor

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

Implementation

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