schematics property

Iterable<STWSchematic> schematics

get stw schematics of the profile

Implementation

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