ammo property Null safety

Iterable<STWAmmo> ammo

get ammo

Implementation

Iterable<STWAmmo> get ammo => items.whereType<STWAmmo>();