HighchartsSonificationDefaultInstrumentOptions constructor
      
      HighchartsSonificationDefaultInstrumentOptions({ 
    
- HighchartsSonificationDefaultInstrumentActiveWhenOptions? activeWhen,
 - Map<
String, dynamic> ? instrument, - HighchartsSonificationDefaultInstrumentMappingOptions? mapping,
 - String? midiName,
 - HighchartsSonificationDefaultInstrumentPointGroupingOptions? pointGrouping,
 - bool? roundToMusicalNotes,
 - bool? showPlayMarker,
 - String? type,
 
Default sonification options for all instrument tracks.
API Docs: https://api.highcharts.com/highcharts/sonification.defaultInstrumentOptions
Implementation
HighchartsSonificationDefaultInstrumentOptions(
    {this.activeWhen,
    this.instrument,
    this.mapping,
    this.midiName,
    this.pointGrouping,
    this.roundToMusicalNotes,
    this.showPlayMarker,
    this.type});