custom property

Map<String, dynamic>? custom
getter/setter pair

A reserved subspace to store options and values for customized functionality. Here you can add additional data for your own event callbacks and formatter callbacks.

API Docs: https://api.highcharts.com/highcharts/series.boxplot.data.custom

Implementation

Map<String, dynamic>? custom;