isolateFlags property

List<IsolateFlag>? isolateFlags
getter/setter pair

The list of isolate flags provided to this isolate. See Dart_IsolateFlags in dart_api.h for the list of accepted isolate flags.

Implementation

List<IsolateFlag>? isolateFlags;