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