VMTypedDataInstanceRef<T extends TypedData> class
A reference to an instance of TypedData
.
- Inheritance
- Object
- VMInstanceRef
- VMTypedDataInstanceRef
- Implementers
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- klass → VMClassRef
-
final, inherited
- length → int
-
The length of the data.
final
- lengthInBytes → int
-
The length of the data in bytes.
final
- 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
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< VMTypedDataInstance< 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