rows property

List<TableRowElement> get rows

Implementation

List<TableRowElement> get rows =>
    childNodes.whereType<TableRowElement>().toList();