instance property Null safety
override
Implementation
static SharedWorkerGlobalScope get instance {
return _workerSelf as SharedWorkerGlobalScope;
}
static SharedWorkerGlobalScope get instance {
return _workerSelf as SharedWorkerGlobalScope;
}