isolateFlags property
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;
The list of isolate flags provided to this isolate. See Dart_IsolateFlags in dart_api.h for the list of accepted isolate flags.
List<IsolateFlag>? isolateFlags;