NOT class

A Logical Query operator: Negates the given query.

Inheritance

Constructors

NOT(RQLQuery query)
Creates an NOT operator with the query to negate.

Properties

hashCode int
The hash code for this object.
no setterinherited
query RQLQuery
The query which should be negated.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateString() String
Returns the stored information in this QueryParam ready to use in a request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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