rows property

List<TableRowElement> get rows

Implementation

List<TableRowElement> get rows => new _WrappedList<TableRowElement>(_rows);