RuntimeCompletionVariable class

A variable in a runtime context.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the variable. The name "this" has a special meaning and is used as an implicit target for runtime completion, and in explicit "this" references.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RuntimeCompletionExpressionType
The type of the variable.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

parse(Map m) RuntimeCompletionVariable