EpisodeCrewList class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

EpisodeCrewList(List<EpisodeCrew>? production, List<EpisodeCrew>? art, List<EpisodeCrew>? sound, List<EpisodeCrew>? writing, List<EpisodeCrew>? camera, List<EpisodeCrew>? directing, List<EpisodeCrew>? lighting, List<EpisodeCrew>? crew, List<EpisodeCrew>? costumeAndMakeUp, List<EpisodeCrew>? visualEffects)
EpisodeCrewList.fromJson(Map<String, dynamic> json)
factory

Properties

art List<EpisodeCrew>?
final
camera List<EpisodeCrew>?
final
costumeAndMakeUp List<EpisodeCrew>?
final
crew List<EpisodeCrew>?
final
directing List<EpisodeCrew>?
final
hashCode int
The hash code for this object.
no setterinherited
lighting List<EpisodeCrew>?
final
production List<EpisodeCrew>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound List<EpisodeCrew>?
final
visualEffects List<EpisodeCrew>?
final
writing List<EpisodeCrew>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJsonModel(Map<String, dynamic> json) EpisodeCrewList