PagedListRepository<T> class abstract interface

PagedListRepository allows to retrieve items using the pagination.

T - the type of returned items.

Implementers

Constructors

PagedListRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAll(Page page) Future<List<T>>
Retrieves items meeting the pagination restriction provided by the page object. When items are exceeded should return an empty list or throw the PageNotFoundException.
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