Between<ValType> class

An in-between conditional expression

Inheritance

Constructors

Between(Field<ValType> field, ValType low, ValType high)
const

Properties

field Field<ValType>
The field/column of the condition
final
hashCode int
The hash code for this object.
no setterinherited
high → ValType
The high value of the in-between condition
final
length int
Always returns 1 because in-between is not a composite expression
no setteroverride
low → ValType
The low value of the in-between condition
final
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