seriesMapping property
An array containing dictionaries for each series. A dictionary exists of Point property names as the key and the CSV column index as the value.
API Docs: https://api.highcharts.com/highcharts/data.seriesMapping
Implementation
List<Map<String, double>>? seriesMapping;