predicate property Null safety
read / writeoverride
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
@override
QueryPredicate? predicate;