HighchartsOHLCSeries constructor
      
      HighchartsOHLCSeries({ 
    
- List<
List> ? data, - String? name,
 - HighchartsOHLCSeriesOptions? options,
 - List<
HighchartsOHLCSeriesDataOptions> ? dataPoints, 
A ohlc series. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsOHLCSeries({
  this.data,
  this.name,
  this.options,
  this.dataPoints,
});