TvEpisode class

Inheritance

Constructors

TvEpisode({Date? airDate, int episodeNumber = 0, required int id, String? name, String? overview, String? productionCode, int seasonNumber = 0, int showId = 0, String? stillPath, num voteAverage = 0, int voteCount = 0, List<Crew> crew = const [], List<Cast> guestStars = const []})
TvEpisode.fromJson(Map<String, dynamic> map, AssetResolver assetResolver)
factory

Properties

airDate Date?
finalinherited
crew List<Crew>
final
episodeNumber int
finalinherited
guestStars List<Cast>
final
hashCode int
The hash code for this object.
no setterinherited
id int
finalinherited
name String
finalinherited
overview String?
finalinherited
productionCode String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasonNumber int
finalinherited
showId int
finalinherited
stillPath String?
finalinherited
voteAverage num
finalinherited
voteCount int
finalinherited

Methods

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

Operators

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

Static Methods

listFromJson(List list, AssetResolver assetResolver) List<TvEpisode>
override