fromServiceWorker property

bool fromServiceWorker

True if the response was served by a service worker.

Implementation

bool get fromServiceWorker => data.fromServiceWorker ?? false;