Episodes class

Inheritance

Constructors

Episodes(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

getEpisodeComments(String id, int seasonNumber, int episodeNumber, {CommentsSortBy sortBy = CommentsSortBy.newest, RequestPagination? pagination}) Future<List<Comment>>
Returns all top level comments for an episode.
getEpisodeLists(String id, int seasonNumber, int episodeNumber, {ListType type = ListType.personal, ListSort sortBy = ListSort.popular, RequestPagination? pagination}) Future<List<TraktList>>
Returns all lists that contain this episode.
getEpisodePeople(String id, int seasonNumber, int episodeNumber, {bool extendedFull = false, bool includeGuestStars = false}) Future<EpisodePeople>
Returns all lists that contain this episode.
getEpisodeRatings(String id, int seasonNumber, int episodeNumber) Future<Rating>
Returns rating (between 0 and 10) and distribution for an episode.
getEpisodeStats(String id, int seasonNumber, int episodeNumber) Future<EpisodeStats>
Returns lots of episode stats.
getEpisodeSummary(String id, int seasonNumber, int episodeNumber, {bool extendedFull = false}) Future<Episode>
Returns a single episode's details.
getEpisodeTranslations(String id, int seasonNumber, int episodeNumber, {String language = ""}) Future<List<ShowTranslation>>
Returns all translations for an episode, including language and translated values for title and overview.
getEpisodeWatchers(String id, int seasonNumber, int episodeNumber, {bool extendedFull = false}) Future<List<User>>
Returns all users watching this episode 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