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