NotEqualModelIdentifierQueryOperator<T extends ModelIdentifier<Model> > class
- Inheritance
-
- Object
- QueryFieldOperator<
T> - QueryFieldOperatorSingleValue<
T> - NotEqualModelIdentifierQueryOperator
Constructors
- NotEqualModelIdentifierQueryOperator(T value)
-
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
-
finalinherited
- value → T
-
finalinherited
Methods
-
evaluate(
T? other) → bool -
Evaluates this QueryFieldOperator against
other
, whereother
is a field on the model.override -
evaluateSerialized(
T? other) → bool -
Similar to
evaluate
, exceptother
should be the serialized value of a field on the model.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serializeAsMap(
) → Map< String, dynamic> -
override
-
serializeAsMapWithOperator(
String operatorName, dynamic value) → Map< String, dynamic> -
inherited
-
serializeDynamicValue(
dynamic value) → dynamic -
check the type of
value
and invoke corresponding serialize methodinherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited