currentQuery property

Object? get currentQuery

The query passed in on the last call to filter.

It is null if filter has never been called.

Implementation

Object? get currentQuery;