Paging<T> class

Json representation of a page with offset information

Inheritance
Annotations
  • @JsonSerializable(createToJson: false)

Constructors

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

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 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
offset int?
The offset of the items returned (as set in the query or by default).
getter/setter pair
previous String?
URL to the previous page of items. (null if none)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
total int
The total number of items available to return.
getter/setter pair

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