schematics property Null safety
get stw schematics of the profile
Implementation
List<STWSchematic> get schematics => items.whereType<STWSchematic>().toList();
get stw schematics of the profile
List<STWSchematic> get schematics => items.whereType<STWSchematic>().toList();