rootLib property

  1. @optional
LibraryRef? rootLib
read / write

The root library for this isolate.

Guaranteed to be initialized when the IsolateRunnable event fires.

Implementation

@optional
LibraryRef? rootLib;