q property

Map<String, dynamic> q
getter/setter pairinherited

The query that matches documents to update. Use the same query selectors as used in the find() method.

Implementation

Map<String, dynamic> q;