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