VMObject class
A persistent service-protocol object that's local to an isolate.
- Implemented types
- Implementers
Constructors
- VMObject()
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. [...]read-only - observatoryUrl → Uri
-
A relative URL for humans to inspect and possibly interact with this
object in the Observatory UI. [...]
read-only, inherited
- 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. [...]
read-only
Methods
-
load(
) → Future< VMObject> -
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 ==(
Object other) → bool -
The equality operator. [...]
inherited