groupBy property

G Function(T item) groupBy
final

Define how to group item

Implementation

final G Function(T item) groupBy;