outlanderHeroes property Null safety

List<STWHero> outlanderHeroes

outlander type heroes of the profile

Implementation

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