VMContext class
The captured variables for a closure.
- Inheritance
- Object
- VMContextRef
- VMContext
- Implemented types
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- klass → VMClassRef
-
This object's class, or
null
if this object wasn't allocated on the Dart heap. [...]final - length → int
-
The number of variables in this context.
final, inherited
- observatoryUrl → Uri
-
A relative URL for humans to inspect and possibly interact with this
object in the Observatory UI. [...]
read-only, inherited
- parent → VMContextRef
-
The enclosing context, or
null
.final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- size → int
-
The size (in bytes) of this object on the heap. [...]
final
- variables → List
-
The variables in this context. [...]
final
Methods
-
load(
) → Future< VMContext> -
Loads a full version of this object. [...]
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited