QueryFieldOperator<T> class
abstract
Constructors
- QueryFieldOperator(QueryFieldOperatorType type)
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → QueryFieldOperatorType
-
final
Methods
-
evaluate(
T? other) → bool -
Evaluates this QueryFieldOperator against
other
, whereother
is a field on the model. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serializeAsMap(
) → Map< String, dynamic> -
serializeAsMapWithOperator(
String operatorName, dynamic value) → Map< String, dynamic> -
serializeDynamicValue(
dynamic value) → dynamic -
check the type of
value
and invoke corresponding serialize method -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited