iterateRowAndGroup property

Iterable<PlutoRow> iterateRowAndGroup
inherited

With filtering or pagination applied,

Returns all rows where PlutoRow.type is PlutoRowType.group or PlutoRowType.normal.

Implementation

Iterable<PlutoRow> get iterateRowAndGroup;