cells property

List<TableCellElement> cells

Implementation

List<TableCellElement> get cells =>
    new _WrappedList<TableCellElement>(_cells);