HighchartsExporting constructor

HighchartsExporting({
  1. required HighchartsView view,
})

Implementation

HighchartsExporting({
  required this.view,
});