location property
WorkerLocation
get
location
Returns workerGlobal's WorkerLocation object.
Implementation
_i3.WorkerLocation get location => _i4.getProperty(
this,
'location',
);
Returns workerGlobal's WorkerLocation object.
_i3.WorkerLocation get location => _i4.getProperty(
this,
'location',
);