predicate property

QueryPredicate? predicate
getter/setter pair

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

late QueryPredicate? predicate;