PeopleDx mixin

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

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
getLatestPerson() Future<PeopleDetails>
Get latest person.
getPersonCombinedCredits({required int personId}) Future<Credits>
Get Combined Credits.
getPersonDetails({required int personId}) Future<PeopleDetails>
Get person details.
getPersonExternalId({required int personId}) Future<ExternalIds>
Get External IDs
getPersonImages({required int personId}) Future<PeopleImages>
Get Images
getPersonMovieCredits({required int personId}) Future<Credits>
Get Movie Credits.
getPersonTaggedImages({required int personId, int page = 1}) Future<PeopleTaggedImages>
Get tagged images
getPersonTranslations({required int personId}) Future<Translations>
Get Translations
getPersonTvCredits({required int personId}) Future<Credits>
Get TV Credits.
getPopularPeople({int page = 1}) Future<PeopleList>
Get popular people.
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