An IsolateMirror reflects an isolate.

Implements

Properties

debugName String
read-only

Returns a unique name used to refer to an isolate in debugging messages.

isCurrent bool
read-only

Returns true if and only if this mirror reflects the currently running isolate. Otherwise returns false.

rootLibrary LibraryMirror
read-only

Returns a LibraryMirror on the root library for this isolate.

Constructors

IsolateMirror()

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.