PaginationMixin mixin

A mixin to handle pagination

Mixin Applications

Properties

initialPage Pagination
initial page params for cache pagination
no setter
hasNextPage bool
returns the pagination has next page
no setter
nextParams Pagination
returns the next page params
no setter
hashCode int
The hash code for this object.
no setterinherited
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
resetPagination() → void
reset the pagination
toString() String
A string representation of this object.
inherited
updatePagination(PaginatedResponse response) → void
update the pagination

Operators

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