Dart API Reference
dart:mirrors
IsolateMirror
IsolateMirror
class
An
IsolateMirror
reflects an isolate.
An
IsolateMirror
reflects an isolate.
Implements
Mirror
Constructors
IsolateMirror
()
Instance Properties
debugName
String
read-only
isCurrent
bool
read-only
rootLibrary
LibraryMirror
read-only
Operators
operator ==
(
other
) →
bool
Returns true if this mirror is equal to other. Otherwise returns false. 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 by other.