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