heroes property

Iterable<STWHero> heroes

get stw heroes of the profile

Implementation

Iterable<STWHero> get heroes => items.whereType<STWHero>();