rows property

List<Row>? rows
getter/setter pair

The list of rows that constitute the table.

Must have the same length as row_headers.

Required.

Implementation

core.List<Row>? rows;