TvEpisodes class

Inheritance

Constructors

TvEpisodes.new(V3 v)

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

getChanges(int episodeId, {String? startDate, String? endDate, int page = 1}) Future<Map>
Get the changes for a TV episode. By default only the last 24 hours are returned.
getCredits(int tvId, int seasonNumber, int episodeNumber) Future<Map>
Get the credits for TV episode.
getDetails(int tvId, int seasonNumber, int episodeNumber, {String? appendToResponse, String? language}) Future<Map>
Get the TV episodes details by id.
getExternalId(int tvId, int seasonNumber, int episodeNumber) Future<Map>
Get the external ids for a TV episode.
getImages(int tvId, int seasonNumber, int episodeNumber) Future<Map>
Get the images that belong to a TV season.
getTranslation(int tvId, int seasonNumber, int episodeNumber) Future<Map>
Get the translation data for an episode.
getVideos(int tvId, int seasonNumber, int episodeNumber) Future<Map>
Get the videos that have been added to a TV episodes.
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