HighchartsMapLineSeries constructor
      
      HighchartsMapLineSeries({ 
    
- List<List> ? data,
- String? name,
- HighchartsMapLineSeriesOptions? options,
- List<HighchartsMapLineSeriesDataOptions> ? dataPoints,
A mapline series. If the type option is not specified, it is inherited from chart.type.
API Docs: https://api.highcharts.com/highmaps/series.mapline
Implementation
HighchartsMapLineSeries({
  this.data,
  this.name,
  this.options,
  this.dataPoints,
});