IsolateMirror abstract class
An IsolateMirror reflects an isolate.
- Implements
Constructors
Properties
- debugName → String read-only
-
A unique name used to refer to the isolate in debugging messages.
- isCurrent → bool read-only
-
Whether this mirror reflects the currently running isolate.
- rootLibrary → LibraryMirror read-only
-
The root library for the reflected isolate.
- hashCode → int read-only, inherited
-
The hash code for this object.
- runtimeType → Type read-only, inherited
-
A representation of the runtime type of the object.
Operators
- operator ==(
other) → bool -
Whether
other
is an IsolateMirror on the same isolate as this mirror.
Methods
- noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- toString(
) → String inherited -
Returns a string representation of this object.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-mirrors/IsolateMirror-class.html