cells property

List<Cell>? cells
getter/setter pair

Cells in the row.

Implementation

core.List<Cell>? cells;