itemGrouper property

H Function(I item) itemGrouper
final

Special Function that takes a I and returns a H. This function is used to create the groups of items.

Implementation

final H Function(I item) itemGrouper;