ninjaHeroes property

Iterable<STWHero> ninjaHeroes

ninja type heroes of the profile

Implementation

Iterable<STWHero> get ninjaHeroes =>
    heroes.where((hero) => hero.type == "ninja");