weapons property Null safety

Iterable<STWSchematic> weapons

get stw weapons of the profile

Implementation

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