rows property

List<List>? rows
getter/setter pair

The same as the columns input option, but defining rows instead of columns.

API Docs: https://api.highcharts.com/highcharts/data.rows

Implementation

List<List<dynamic>>? rows;