filter property

Map<String, dynamic>? filter
getter/setter pair

Optional. The query predicate. If unspecified, then all documents in the collection will match the predicate.

Implementation

Map<String, dynamic>? filter;