People class

Inheritance

Constructors

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

getPersonLists(String id, {ListType type = ListType.personal, ListSort sortBy = ListSort.popular, RequestPagination? pagination}) Future<List<TraktList>>
Returns all lists that contain this person.
getPersonMovieCredits(String id, {bool extendedFull = false}) Future<PersonMovieCredits>
Returns all movies where this person is in the cast or crew.
getPersonShowCredits(String id, {bool extendedFull = false}) Future<PersonShowCredits>
Returns all shows where this person is in the cast or crew, including the episode_count for which they appear.
getPersonSummary(String id, {bool extendedFull = false}) Future<Person>
Returns a single person's details.
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