cells property Null safety
final
The data for this row.
There must be exactly as many cells as there are columns in the table.
Implementation
final List<DataCell> cells;
The data for this row.
There must be exactly as many cells as there are columns in the table.
final List<DataCell> cells;