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