BasePaging<T> class

A generic representation of a JSON page

Implementers

Constructors

BasePaging()

Properties

hashCode int
The hash code for this object.
no setterinherited
href String?
A link to the Web API endpoint returning the full result of the request.
getter/setter pair
itemsNative Iterable?
The requested data
getter/setter pair
limit int
The maximum number of items in the response (as set in the query or by default).
getter/setter pair
next String?
URL to the next page of items. (null if none)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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