groupings property

List<Grouping<TKey, TValue>?> groupings
getter/setter pair

Implementation

late List<Grouping<TKey, TValue>?> groupings;