schematics property Null safety

List<STWSchematic> schematics

get stw schematics of the profile

Implementation

List<STWSchematic> get schematics => items.whereType<STWSchematic>().toList();