Dart SDK
dart:mirrors
IsolateMirror
property isCurrent
isCurrent
class IsolateMirror
Constructors
IsolateMirror
Properties
debugName
isCurrent
rootLibrary
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
bool
isCurrent
Whether this mirror reflects the currently running isolate.
Source
bool get isCurrent;
property isCurrent