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