List<TableRowElement> rows

Source

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