PersonMovieCrewCreditsList class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

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

Properties

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