weapons property

get stw weapons of the profile

Implementation

Iterable<STWSchematic> get weapons =>
    schematics.where((schematic) => schematic.type == "weapon");