tableRows property

List<TableRow>? tableRows
getter/setter pair

Properties and contents of each row.

Cells that span multiple rows are contained in only one of these rows and have a row_span greater than 1.

Implementation

core.List<TableRow>? tableRows;