groupBy property

E Function(T element) groupBy
final

Defines which elements are grouped together.

Function is called for each element in the list, when equal for two elements, those two belong to the same group.

Implementation

final E Function(T element) groupBy;