groupBy property

GroupBy Function(ItemType item) groupBy
final

Return the field of the item that you want to group by.

Will be used by the groupCreator to create the title of the group.

Implementation

final GroupBy Function(ItemType item) groupBy;