libraries property
getter/setter pair
A list of all libraries for this isolate.
Guaranteed to be initialized when the IsolateRunnable event fires.
Implementation
List<LibraryRef>? libraries;
A list of all libraries for this isolate.
Guaranteed to be initialized when the IsolateRunnable event fires.
List<LibraryRef>? libraries;