ShowCrewList class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

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

Properties

art List<ShowCrew>?
final
camera List<ShowCrew>?
final
costumeAndMakeUp List<ShowCrew>?
final
crew List<ShowCrew>?
final
directing List<ShowCrew>?
final
hashCode int
The hash code for this object.
no setterinherited
lighting List<ShowCrew>?
final
production List<ShowCrew>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound List<ShowCrew>?
final
visualEffects List<ShowCrew>?
final
writing List<ShowCrew>?
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) ShowCrewList