EpisodePeople constructor

EpisodePeople(
  1. List<EpisodeCharacter>? cast,
  2. EpisodeCrewList? crew,
  3. List<EpisodeCharacter>? guestStars
)

Implementation

EpisodePeople(this.cast, this.crew, this.guestStars);