connect property
Connect to a point. This option can be either a string, referring to the ID of another point, or an object, or an array of either. If the option is an array, each element defines a connection.
API Docs: https://api.highcharts.com/gantt/series.xrange.data.connect
Implementation
List<HighchartsXRangeSeriesDataConnectOptions>? connect;