outlanderHeroes property

Iterable<STWHero> outlanderHeroes

outlander type heroes of the profile

Implementation

Iterable<STWHero> get outlanderHeroes =>
    heroes.where((hero) => hero.type == "outlander");