ExpressionNode class

SQL expression builder. A new expression should be created using new Expression() call.

Properties

expr String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nodes List<ExpressionNode>
getter/setter pair
param Object?
getter/setter pair
parent ExpressionNode?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ExpressionType?
getter/setter pair

Methods

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