libraries property

List<LibraryRef>? libraries
getter/setter pair

A list of all libraries for this isolate.

Guaranteed to be initialized when the IsolateRunnable event fires.

Implementation

List<LibraryRef>? libraries;