QueryPredicate constructor Null safety
Default constructor
The format and parameters of this predicate. parameters may be null.
Implementation
QueryPredicate(this.format, this.parameters) {
parameters ??= {};
}
Default constructor
The format and parameters of this predicate. parameters may be null.
QueryPredicate(this.format, this.parameters) {
parameters ??= {};
}