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