query property

Query query
final

The query to use to fetch data from Firebase Realtime Database.

Note:

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

Implementation

final Query query;