constructorHeroes property

Iterable<STWHero> constructorHeroes

constructor type heroes of the profile

Implementation

Iterable<STWHero> get constructorHeroes =>
    heroes.where((hero) => hero.type == "constructor");