CursorPaging<T> class

Json representation of a page with cursor information

Inheritance
Annotations
  • @JsonSerializable()

Constructors

CursorPaging()
CursorPaging.fromJson(Map<String, dynamic> json)
factory

Properties

cursors Cursor?
getter/setter pair
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 pairinherited
itemsNative Iterable?
The requested data
getter/setter pairinherited
limit int
The maximum number of items in the response (as set in the query or by default).
getter/setter pairinherited
next String?
URL to the next page of items. (null if none)
getter/setter pairinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited