traps property Null safety
get stw trap of the profile
Implementation
List<STWSchematic> get traps =>
schematics.where((schematic) => schematic.type == "trap").toList();
get stw trap of the profile
List<STWSchematic> get traps =>
schematics.where((schematic) => schematic.type == "trap").toList();