VMValueInstanceRef<T> class
A reference to an instance whose value is synchronously accessible via the reference.
- Inheritance
- Object
- VMInstanceRef
- VMValueInstanceRef
- Implementers
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- klass → VMClassRef
-
final, inherited
- 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
- value → T
-
The value as a local Dart instance.
read-only
Methods
-
evaluate(
String expression) → Future< VMInstanceRef> -
Evaluates
expression
in the context of this instance. [...]inherited -
getValue(
{dynamic onUnknownValue(dynamic value)}) → Future< T> -
Returns a local Dart copy of the remote Dart object. [...]
override
-
load(
) → Future< VMValueInstance< T> > -
Loads a full version of this object. [...]
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited