ShowCharacter constructor

ShowCharacter(
  1. String character,
  2. List<String> characters,
  3. Person person,
  4. int episodeCount,
)

Implementation

ShowCharacter(
    this.character, this.characters, this.person, this.episodeCount);