iterateAllRow property

Iterable<PlutoRow> iterateAllRow
inherited

Regardless of filtering or pagination applied,

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

Implementation

Iterable<PlutoRow> get iterateAllRow;