Expression class abstract

Implementers

Constructors

Expression()
const

Properties

asBool bool
no setter
asDate DateTime
no setter
asNum num
no setter
asString String
no setter
hashCode int
The hash code for this object.
no setterinherited
isBool bool
no setter
isDate bool
no setter
isEmpty bool
no setter
isNotEmpty bool
no setter
isNum bool
no setter
retry bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
no setter

Methods

cast<T extends Expression>() → T?
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