InstrumentInfo constructor

InstrumentInfo({
  1. required String name,
  2. required int zoneStartIndex,
  3. required int zoneEndIndex,
})

Implementation

InstrumentInfo({required this.name,
                required this.zoneStartIndex,
                required this.zoneEndIndex});