data property

List? data
getter/setter pair

Unless data is explicitly defined, the data is borrowed from the first series in the chart.

API Docs: https://api.highcharts.com/highstock/navigator.series.data

Implementation

List<dynamic>? data;