keys property

List<String>? keys
final

(Highcharts) An array specifying which option maps to which key in the data point array. This makes it convenient to work with unstructured data arrays from different sources.

Implementation

final List<String>? keys;