predicate property Null safety

QueryPredicate? predicate
read / write

A predicate for filtering the result or operation set.

A predicate will identify the rows being accessed, see QueryPredicate for more details. Prefer to use where instead of this property directly.

Implementation

QueryPredicate? predicate;