toGroup abstract method

List<PlutoRow> toGroup({
  1. required Iterable<PlutoRow> rows,
})

Handling for grouping rows.

Implementation

List<PlutoRow> toGroup({required Iterable<PlutoRow> rows});