IsolateMirror abstract class

An IsolateMirror reflects an isolate.

Implements

Constructors

IsolateMirror()

Properties

debugNameString
read-only

A unique name used to refer to the isolate in debugging messages.

isCurrentbool
read-only

Whether this mirror reflects the currently running isolate.

rootLibraryLibraryMirror
read-only

The root library for the reflected isolate.

hashCodeint
read-only, inherited

The hash code for this object.

runtimeTypeType
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