workers property Null safety

List<STWWorker> workers

get workers of the profile

Implementation

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