traps property

get stw trap of the profile

Implementation

Iterable<STWSchematic> get traps =>
    schematics.where((schematic) => schematic.type == "trap");