Instrument constructor
Instrument({
- required String name,
- required List<
InstrumentRegion> regions,
Implementation
Instrument({required this.name, required this.regions});