source property

Returns a reference to the service worker that sent the message.

Implementation

ServiceWorkerClient get source =>
    ServiceWorkerClient._(_getProperty(_delegate, 'source'));