cells property

List<Value>? cells
getter/setter pair

The list of cells that constitute the row.

Must have the same length as columnHeaders for two-dimensional tables, a length of 1 for one-dimensional tables. Required.

Implementation

core.List<Value>? cells;