RxPagingLoader<ITEM, C extends Paging<ITEM>> class

Mixed in types

Constructors

RxPagingLoader({required PagingDataLoader<Future<C>> getPaging})

Properties

currentListItems List<ITEM>?
no setterinherited
getPaging → PagingDataLoader<Future<C>>
final
hashCode int
The hash code for this object.
no setterinherited
isHasNext Stream<bool>
no setterinherited
listItems → BehaviorSubject<List<ITEM>?>
no setterinherited
paging Stream<C>
no setterinherited
pagingEmptyState → BehaviorSubject<EmptyState>
no setterinherited
pagingLoad Stream<Progress<Result>?>
no setterinherited
pagingProgress Stream<Progress?>
no setterinherited
pagingView Stream<PagingViewInfo<ITEM>>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
inherited
getPagingData(dynamic nextPage) Future<C>
override
loadNext({void onError(Object error, StackTrace stackTrace)?}) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload({void onError(Object error, StackTrace stackTrace)?}) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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