VariableExpression class
An expression to return a variable value
- Inheritance
-
- Object
- Renderer<
Object> - Expression<
Object> - ExpressionWithSourcePosition<
Object> - VariableExpression
Constructors
- VariableExpression.new({required String position, required String namePath})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
RenderContext context) → Future< Object> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited