fromServiceWorker property

bool get fromServiceWorker

True if the response was served by a service worker.

Implementation

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