VMTypeRefInstance class
An instance of the VM-internal TypeRef class.
- Inheritance
- Object
- VMInstanceRef
- VMTypeLikeInstanceRef
- VMTypeRefInstanceRef
- VMTypeRefInstance
- Implemented types
Properties
-
fields
→ Map<
String, VMBoundField> -
The instance's fields.
final
- 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
- referent → VMTypeLikeInstanceRef
-
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
Methods
-
evaluate(
String expression) → Future< VMInstanceRef> -
Evaluates
expression
in the context of this instance. [...]inherited -
getValue(
{dynamic onUnknownValue(dynamic value)}) → Future< Object> -
Returns a local Dart copy of the remote Dart object. [...]
inherited
-
load(
) → Future< VMTypeRefInstance> -
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