weapons property Null safety
get stw weapons of the profile
Implementation
Iterable<STWSchematic> get weapons =>
schematics.where((schematic) => schematic.type == "weapon");
get stw weapons of the profile
Iterable<STWSchematic> get weapons =>
schematics.where((schematic) => schematic.type == "weapon");