rows property

Implementation

Iterable<PlutoRow> get rows =>
    stateManager.enabledRowGroups ? _groupedRows : _normalRows;