QueryPredicate.empty constructor
QueryPredicate.empty()
Creates an empty predicate.
The format string is the empty string and parameters is the empty map.
Implementation
QueryPredicate.empty()
: format = "",
parameters = {};