TvDx mixin

A mixin for People which will be handling all the request made related to tv

Superclass Constraints
Mixin Applications

Properties

closed bool
no setterinherited
credentials Credentials
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
networking INetworkingModule
Internal module responsible for networking.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
Closes this client and frees allocated resources.
inherited
getTvAggregateCredits({required int tvId}) Future<Credits>
Get TV aggregate credits
getTvAiringToday({int page = 1}) Future<TvsList>
Get TV Airing Today
getTvAlternativeTitles({required int tvId}) Future<AlternativeTitles>
Get TV alternative titles
getTvContentRatings({required int tvId}) Future<ContentRatings>
Get TV content ratings
getTvCredits({required int tvId}) Future<Credits>
Get TV credits
getTvDetails({required int tvId}) Future<TvDetails>
Get TV Details
getTvEpisodeGroups({required int tvId}) Future<EpisodeGroups>
Get TV episode groups
getTvExternalIds({required int tvId}) Future<ExternalIds>
Get TV external ids
getTvImages({required int tvId}) Future<Images>
Get TV images
getTvKeywords({required int tvId}) Future<Keywords>
Get TV keywords
getTvLatest() Future<TvDetails>
Get TV Latest
getTvOnTheAir({int page = 1}) Future<TvsList>
Get TV On The Air
getTvPopular({int page = 1}) Future<TvsList>
Get TV Popular
getTvRecommendations({required int tvId}) Future<TvRecommendations>
Get TV recommendations
getTvReviews({required int tvId}) Future<ReviewsList>
Get TV reviews
getTvScreenedTheatrically({required int tvId}) Future<AlternativeTitles>
Get TV screened theatrically
getTvSimilarShows({required int tvId}) Future<TvRecommendations>
Get TV similar shows
getTvTopRated({int page = 1}) Future<TvsList>
Get TV Top Rated
getTvTranslations({required int tvId}) Future<Translations>
Get TV translations
getTvVideos({required int tvId}) Future<Videos>
Get TV videos
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