EndlessFirestoreStreamController<T> class

The delegate that specifies the Firestore query requirements such as the batchSize and maximum number of batches to load.

Properties

clear ↔ void Function({bool lazy})
Clears the items from the scroll view.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
loadMore ↔ void Function()
getter/setter pair
reload ↔ void Function()
Reloads the content of the scroll view, lazily clearing its current data and calling loadMore.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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