PaginationController<T> class
Constructors
-
PaginationController(Future<
List< futureFunction(int pageKey))T> >
Properties
- busy ↔ bool
-
getter/setter pair
-
controller
→ ReplaySubject<
ScrollNotification> -
final
- errorHappen ↔ bool
-
getter/setter pair
-
futureFunction
→ Future<
List< Function(int pageKey)T> > -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCompleted ↔ bool
-
getter/setter pair
-
items
↔ List<
T> -
getter/setter pair
- pageKey ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollController ↔ ScrollController
-
getter/setter pair
-
sink
→ Sink<
ScrollNotification> -
no setter
-
stream
→ Stream<
List< T> > -
no setter
-
subject
→ ReplaySubject<
List< T> > -
final
Methods
-
fetchData(
) → Future< void> -
getData(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited