cells 属性

List<TableCellElement> cells

实现

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