query property
Query<T>
query
final
The Firestore query to execute to populate the items in the scroll view. A Query.limit
is applied to the query for each load based on the specified EndlessFirestoreStreamBatchDelegate.batchSize.
Implementation
final Query<T> query;