V0PagingResponseModel class abstract

Constructors

V0PagingResponseModel([void updates(V0PagingResponseModelBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
next String?
Next is the "anchor" for pagination. This value should be passed to the same endpoint to get the next page. Empty/not included if there's no "next" page. Stop paging when there's no "Next" item in the response!
no setter
pageItemLimit int?
PageItemLimit - per-page item count. A given page might include less items if there's not enough items. This value is the "max item count per page".
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalItemCount int?
TotalItemCount - total item count, through "all pages"
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(V0PagingResponseModelBuilder)) V0PagingResponseModel
Rebuilds the instance.
inherited
toBuilder() V0PagingResponseModelBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<V0PagingResponseModel>
no setter