PagingList<T> class

Constructors

PagingList({PageGenerator<T>? pageGenerator, int bufferSize = 20, required FutureOr<int?> length})

Properties

bufferSize int
final
current Future<T?>
no setter
currentPage Future<List<T>?>
no setter
hashCode int
The hash code for this object.
no setterinherited
length FutureOr<int?>
no setter
lengthOrEmpty int?
no setter
pageGenerator PageGenerator<T>?
final
pageNumber int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(int index) Future<T>
jumpToPage(int page) Future<List<T>>
moveNext() FutureOr<bool>
moveNextPage() FutureOr<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future
toString() String
A string representation of this object.
inherited

Operators

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