parameters property

Map<String, dynamic> parameters

Exposes the parameters on the query delegate.

This should only be used for testing to ensure that all query modifiers are correctly set on the underlying delegate when being tested from a different package.

Implementation

Map<String, dynamic> get parameters;