commandoHeroes property

Iterable<STWHero> commandoHeroes

commando type heroes of the profile

Implementation

Iterable<STWHero> get commandoHeroes =>
    heroes.where((hero) => hero.type == "commando");