scope property
dynamic
get
scope
Returns a unique identifier for a service worker registration. This must be on the same origin as the document that registers the ServiceWorker.
Implementation
dynamic get scope => _getProperty(_delegate, 'scope');