workers property

List<ZenWorker> get workers

Get all workers in this group (for statistics)

Implementation

List<ZenWorker> get workers => List.unmodifiable(_workers);