QueryPredicateGroup class

Inheritance

Constructors

QueryPredicateGroup(QueryPredicateGroupType type, List<QueryPredicate<Model>> predicates)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
predicates List<QueryPredicate<Model>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type QueryPredicateGroupType
final

Methods

and(QueryPredicate<Model> predicate) QueryPredicateGroup
evaluate(Model model) bool
Evaluate this predicate
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or(QueryPredicate<Model> predicate) QueryPredicateGroup
serializeAsMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator &(QueryPredicate<Model> predicate) QueryPredicateGroup
operator ==(Object other) bool
The equality operator.
inherited
operator |(QueryPredicate<Model> predicate) QueryPredicateGroup