instance property

ServiceWorkerGlobalScope get instance

Implementation

static ServiceWorkerGlobalScope get instance {
  return _workerSelf as ServiceWorkerGlobalScope;
}