VMCodeRef class
A reference to compiled code in the Dart VM.
- Implemented types
- Implementers
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- kind → VMCodeKind
-
The type of code this is.
final
- name → String
-
This code's name.
final
- observatoryUrl → Uri
-
A relative URL for humans to inspect and possibly interact with this
object in the Observatory UI. [...]
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
load(
) → Future< VMCode> -
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 -
A string representation of this object. [...]
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override