rootLib property

  1. @optional
LibraryRef? rootLib
getter/setter pair

The root library for this isolate.

Guaranteed to be initialized when the IsolateRunnable event fires.

Implementation

@optional
LibraryRef? rootLib;