query property
Query<QueryJsImpl>
get
query
The Query you called Query.get or Query.onSnapshot on to get the QuerySnapshot.
Implementation
Query get query => Query.fromJsObject(jsObject.query);
The Query you called Query.get or Query.onSnapshot on to get the QuerySnapshot.
Query get query => Query.fromJsObject(jsObject.query);