Changes class
Constructors
- Changes.new(V3 v)
- Provides details about movies
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
-
getMovieList(
{String? endDate, String? startDate, int page = 1}) → Future< Map> - Get a list of all of the movie ids that have been changed in the past 24 hours. 100 items are returned per page.
-
getPersonList(
{String? endDate, String? startDate, int page = 1}) → Future< Map> - Get a list of all of the person ids that have been changed in the past 24 hours. 100 items are returned per page. For doc visit https://developers.themoviedb.org/3/changes/get-person-change-list
-
getTvList(
{String? endDate, String? startDate, int page = 1}) → Future< Map> - Get a list of all of the TV show ids that have been changed in the past 24 hours. 100 items are returned per page.
-
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