worldItems property

Iterable<STWWorldItem> worldItems

get world items

Implementation

Iterable<STWWorldItem> get worldItems => items.whereType<STWWorldItem>();