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