HighchartsMapLineSeriesOptions constructor
      
      HighchartsMapLineSeriesOptions({ 
    
- bool? affectsMapView,
 - bool? animation,
 - bool? colorByPoint,
 - String? colorKey,
 - List? colors,
 - HighchartsMapLineSeriesDataLabelsOptions? dataLabels,
 - String? fillColor,
 - String? id,
 - double? index,
 - double? legendIndex,
 - String? legendSymbol,
 - double? lineWidth,
 - String? linecap,
 - dynamic mapData,
 - String? nullColor,
 - bool? nullInteraction,
 - HighchartsMapLineSeriesStatesOptions? states,
 - HighchartsMapLineSeriesTooltipOptions? tooltip,
 - bool? zoomEnabled,
 
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
HighchartsMapLineSeriesOptions(
    {this.affectsMapView,
    this.animation,
    this.colorByPoint,
    this.colorKey,
    this.colors,
    this.dataLabels,
    this.fillColor,
    this.id,
    this.index,
    this.legendIndex,
    this.legendSymbol,
    this.lineWidth,
    this.linecap,
    this.mapData,
    this.nullColor,
    this.nullInteraction,
    this.states,
    this.tooltip,
    this.zoomEnabled});