Seasons class

Inheritance

Constructors

Seasons(TraktManager manager)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getShowSeasonComments(String id, int seasonNumber, {CommentsSortBy sortBy = CommentsSortBy.newest, RequestPagination? pagination}) Future<List<Comment>>
Returns all top level comments for a season.
getShowSeasonLists(String id, int seasonNumber, {ListType type = ListType.personal, ListSort sortBy = ListSort.popular, RequestPagination? pagination}) Future<List<TraktList>>
Returns all lists that contain this season.
getShowSeasonPeople(String id, int seasonNumber, {bool extendedFull = false, bool includeGuestStars = false}) Future<ShowPeople>
Returns all cast and crew for a season, including the episode_count for which they appear.
getShowSeasonRatings(String id, int seasonNumber) Future<Rating>
Returns rating (between 0 and 10) and distribution for a season.
getShowSeasons(String id, {bool extendedFull = false, bool extendedEpisodes = false}) Future<List<Season>>
Returns all seasons for a show including the number of episodes in each season.
getShowSeasonsStats(String id, int seasonNumber) Future<SeasonStats>
Returns lots of season stats.
getShowSeasonSummary(String id, int seasonNumber, {String? translations, bool extendedFull = false}) Future<List<Episode>>
Returns all episodes for a specific season of a show.
getShowSeasonWatchers(String id, int seasonNumber, {bool extendedFull = false}) Future<List<User>>
Returns all users watching this season right now.
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