VMRef class
A reference to data the Dart VM as a whole.
The full VM with additional metadata can be loaded using load.
- Implementers
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → String
-
A name identifying this VM for debugging. [...]
final
-
onUpdate
→ Stream<
VMRef> -
A broadcast stream that emits a new reference to the VM every time its
metadata changes. [...]
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
load(
) → Future< VM> - Loads the full representation of the VM.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
setName(
String name) → Future -
Sets the debugging
name
of the VM. [...] -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited