AssignVariableExpression class
- Inheritance
-
- Object
- Renderer<
String> - Expression<
String> - ExpressionWithSourcePosition<
String> - AssignVariableExpression
Constructors
-
AssignVariableExpression.new({required String position, required Expression<
Object> left, required Expression<Object> right})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
left
→ Expression<
Object> -
final
- position → String
-
finalinherited
-
right
→ Expression<
Object> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
RenderContext context) → Future< String> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited