filter property

Map<String, dynamic> filter
getter/setter pairinherited

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

internal document key is "q"

Implementation

Map<String, dynamic> filter;