rows property - TableSectionElement class - dart:html library (original) (raw)

description

List<TableRowElement> getrows

Implementation

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