rows property

List<TableRowElement> rows
@DomName('HTMLTableSectionElement.rows')

Implementation

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