VMLibraryRef class
A reference to a Dart library—that is, a single importable Dart file.
- Implemented types
- Implementers
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- name → String
-
The name of this library, derived from its library tag.
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
- uri → Uri
-
The canonical URI for this library.
final
Methods
-
evaluate(
String expression) → Future< VMInstanceRef> -
Evaluates
expression
in the context of this library. [...] -
load(
) → Future< VMLibrary> -
Loads a full version of this object. [...]
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
setDebuggable(
) → Future - Enables breakpoints and stepping for this library.
-
setNotDebuggable(
) → Future - Disables breakpoints and stepping for this library.
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override