TvSeason class

Inheritance

Constructors

TvSeason({Date? airDate, int episodeCount = 0, required int id, String? name, String? overview, String? posterPath, int seasonNumber = 0, List<TvEpisode> episodes = const []})
TvSeason.fromJson(Map<String, dynamic> map, AssetResolver assetResolver)
factory

Properties

airDate Date?
finalinherited
episodeCount int
finalinherited
episodes List<TvEpisode>
final
hashCode int
The hash code for this object.
no setterinherited
id int
finalinherited
name String
finalinherited
overview String?
finalinherited
posterPath String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasonNumber 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