groupBy property

E Function(T item) groupBy
final

Defines which items are grouped together.

Implementation

final E Function(T item) groupBy;