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