An IsolateMirror reflects an isolate.
- Implements
Properties
- String debugName
-
read-onlyReturns a unique name used to refer to an isolate in debugging messages.
- bool isCurrent
-
read-onlyReturns
true
if and only if this mirror reflects the currently running isolate. Otherwise returnsfalse
. - LibraryMirror rootLibrary
-
read-onlyReturns a
LibraryMirror
on the root library for this isolate.
Constructors
Operators
-
operator ==(
other) → bool -
Returns
true
if this mirror is equal toother
. Otherwise returnsfalse
. The equality holds if and only if (1)other
is a mirror of the same kind and (2) the isolate being reflected by this mirror is the same isolate being reflected byother
.