instance property Null safety

SharedWorkerGlobalScope instance

Implementation

static SharedWorkerGlobalScope get instance {
  return _workerSelf as SharedWorkerGlobalScope;
}