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