HighchartsAroonSeries constructor
      
      HighchartsAroonSeries({ 
    
- List<
List> ? data, - String? name,
 - HighchartsAroonSeriesOptions? options,
 - List? dataPoints,
 
A Aroon indicator. If the type option is not specified, it is inherited from chart.type.
Implementation
HighchartsAroonSeries({
  this.data,
  this.name,
  this.options,
  this.dataPoints,
});