iterateRow property

Iterable<PlutoRow> iterateRow
inherited

With filtering or pagination applied,

Returns all rows where PlutoRow.type is not PlutoRowType.group.

Implementation

Iterable<PlutoRow> get iterateRow;