query property

Query<Object?> query
final

The query to use to fetch data from Firestore.

Note:

  • The query must NOT contain a limit itself.
  • The limit must be set using the limit property of this widget.

Implementation

final Query query;