QueryPredicate(String format, Map<String, dynamic> parameters)

Default constructor

The format and parameters of this predicate. parameters may be null.

Source

QueryPredicate(this.format, this.parameters);