PersonShowCrewCreditsList class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

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

Properties

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