Dart SDK
dart:mirrors
IsolateMirror
property rootLibrary
rootLibrary
class IsolateMirror
Constructors
IsolateMirror
Properties
debugName
isCurrent
rootLibrary
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
LibraryMirror
rootLibrary
The root library for the reflected isolate.
Source
LibraryMirror get rootLibrary;
property rootLibrary