RxPagingBloc<ITEM, C extends Paging<ITEM>> mixin

Mixin Applications

Properties

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

Methods

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

Operators

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