type property

Determines the grouping type of the row.

tree groups rows into an unformatted tree.

byColumn groups rows by a specified column.

Implementation

@override
PlutoRowGroupDelegateType get type => PlutoRowGroupDelegateType.tree;