workers property

Iterable<STWWorker> workers

get workers of the profile

Implementation

Iterable<STWWorker> get workers => items.whereType<STWWorker>();