QueryPredicateOperation class

Inheritance

Constructors

QueryPredicateOperation(String field, QueryFieldOperator<Object?> queryFieldOperator)
const

Properties

field String
final
hashCode int
The hash code for this object.
no setterinherited
queryFieldOperator QueryFieldOperator<Object?>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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