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