outlanderHeroes property Null safety
outlander type heroes of the profile
Implementation
List<STWHero> get outlanderHeroes =>
heroes.where((hero) => hero.type == "outlander").toList();
outlander type heroes of the profile
List<STWHero> get outlanderHeroes =>
heroes.where((hero) => hero.type == "outlander").toList();