List<TableRowElement> rows

Source

@DomName('HTMLTableElement.rows')
List<TableRowElement> get rows =>
    new _WrappedList<TableRowElement>(_rows);