HighchartsBoostDebugOptions constructor

HighchartsBoostDebugOptions({
  1. bool? showSkipSummary,
  2. bool? timeBufferCopy,
  3. bool? timeKDTree,
  4. bool? timeRendering,
  5. bool? timeSeriesProcessing,
  6. bool? timeSetup,
})

Debugging options for boost. Useful for benchmarking, and general timing.

API Docs: https://api.highcharts.com/highcharts/boost.debug

Implementation

HighchartsBoostDebugOptions(
    {this.showSkipSummary,
    this.timeBufferCopy,
    this.timeKDTree,
    this.timeRendering,
    this.timeSeriesProcessing,
    this.timeSetup});