HighchartsPieSeriesDataOptions constructor
      
      HighchartsPieSeriesDataOptions({ 
    
- HighchartsPieSeriesDataAccessibilityOptions? accessibility,
- String? className,
- String? color,
- double? colorIndex,
- Map<String, dynamic> ? custom,
- HighchartsPieSeriesDataDataLabelsOptions? dataLabels,
- String? description,
- HighchartsPieSeriesDataDragDropOptions? dragDrop,
- String? drilldown,
- HighchartsPieSeriesDataEventsOptions? events,
- String? id,
- double? labelrank,
- double? legendIndex,
- String? name,
- bool? selected,
- bool? sliced,
- double? y,
An array of data points for the series. For the pie series type, points can be given in the following ways:
API Docs: https://api.highcharts.com/highcharts/series.pie.data
Implementation
HighchartsPieSeriesDataOptions(
    {this.accessibility,
    this.className,
    this.color,
    this.colorIndex,
    this.custom,
    this.dataLabels,
    this.description,
    this.dragDrop,
    this.drilldown,
    this.events,
    this.id,
    this.labelrank,
    this.legendIndex,
    this.name,
    this.selected,
    this.sliced,
    this.y});