Instrument constructor

Instrument({
  1. required String name,
  2. required List<InstrumentRegion> regions,
})

Implementation

Instrument({required this.name, required this.regions});