isSystemIsolateGroup property
getter/setter pair
Specifies whether the isolate group was spawned by the VM or embedder for
internal use. If false
, this isolate group is likely running user code.
Implementation
bool? isSystemIsolateGroup;
Specifies whether the isolate group was spawned by the VM or embedder for
internal use. If false
, this isolate group is likely running user code.
bool? isSystemIsolateGroup;