single constant

IsolateIdentity const single

The parent isolate of an app that runs in one isolate.

Implementation

static const IsolateIdentity single = IsolateIdentity(
  index: 0,
  workerCount: 1,
);