allRows property

allRows returns all table rows, visible and not, including nested ones.

Implementation

List<ExpandableTableRow> get allRows => _getAllRows(rows);