keys property

List<String>? keys
getter/setter pair

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.

API Docs: https://api.highcharts.com/highcharts/series.treegraph.keys

Implementation

List<String>? keys;