data property

List? data
final

(Highcharts, Highstock) An array of data points for the series. For the areaspline series type, points can be given in the following ways:

Implementation

final List<dynamic>? data;