Value class
A value expression.
- Inheritance
-
- Object
- Expression
- Value
Properties
Methods
-
eval(
Map< String, num> variables) → num -
Evaluates the expression with the provided
variables
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited