EndlessFirestoreStreamBatchDelegate class

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

Constructors

EndlessFirestoreStreamBatchDelegate({required int batchSize, int? maxBatches})

Properties

batchSize int
The expected number of new documents to be returned per batch. Used to determine if the scroll view should stop loading data when fewer than batchSize new documents are returned from the latest query execution.
final
hashCode int
The hash code for this object.
no setterinherited
maxBatches int?
The maximum number of batches to load. If unspecified, will support loading an infinite number of batches until a batch loads fewer than batchSize documents.
final
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