location property

WorkerLocation location

Implementation

WorkerLocation get location =>
    _location ??= WorkerLocation(_getProperty(_delegate, 'location'));