workers property

List<Worker> workers

This method returns all of the dedicated WebWorkers associated with the page.

NOTE This does not contain ServiceWorkers

Implementation

List<Worker> get workers => _workers.values.toList();