MovieCrewList class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

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

Properties

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