ContainsQueryOperator class

Inheritance

Constructors

ContainsQueryOperator(String 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 String
finalinherited

Methods

evaluate(dynamic other) bool
Evaluates this QueryFieldOperator against other, where other is a field on the model.
override
evaluateSerialized(dynamic other) bool
Similar to evaluate, except other 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>
inherited
serializeAsMapWithOperator(String operatorName, dynamic value) Map<String, dynamic>
inherited
serializeDynamicValue(dynamic value) → dynamic
check the type of value and invoke corresponding serialize method
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited