Or class

A 'logical or' expression of two or more expressions

Inheritance

Constructors

Or()

Properties

expressions UnmodifiableListView<Expression>
List of expressions composing this 'logical or' expression
no setter
hashCode int
The hash code for this object.
no setterinherited
length int
Number of expressions composing this 'logical or' expression
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

and(Expression exp) And
Creates a 'logical and' expression of this expression and the other
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
or(Expression exp) Or
Creates a 'logical or' expression of this expression and the other
override
toString() String
A string representation of this object.
inherited

Operators

operator &(Expression other) And
Creates a 'logical and' expression of this expression and the other
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator |(Expression other) Or
Creates a 'logical or' expression of this expression and the other
inherited