OR class

A LogicalQuery: Ensures that at least one of the given queries match.

Inheritance

Constructors

OR(RQLQuery a, RQLQuery b, {List<RQLQuery> additionalQueries = const <RQLQuery>[]})
Creates an OR operator with the given queries a, b and the optional additionalQueries.

Properties

a RQLQuery
The first comparison element.
getter/setter pairinherited
additionalQueries List<RQLQuery>
The additional queries which are compared by the operator.
getter/setter pairinherited
b RQLQuery
The second comparison element.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ↔ _LogicalOperatorType
The type of this logical operator, see _LogicalOperatorType.
getter/setter pairinherited

Methods

generateString() String
Returns the stored information in this QueryParam ready to use in a request.
inherited
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