heroes property Null safety

List<STWHero> heroes

get stw heroes of the profile

Implementation

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