rows property

List<Row>? rows
getter/setter pair

The list of rows that constitute the table.

Must have the same length as rowHeaders. Required.

Implementation

core.List<Row>? rows;