Abion47 / darq

A port of .NET's LINQ IEnumerable functions to Dart.
MIT License
85 stars 9 forks source link

How to groupBy multiple columns? #16

Closed arnzuk closed 2 years ago

arnzuk commented 2 years ago

Hi,

How to groupBy multiple columns?

Abion47 commented 2 years ago

You would use groupBy followed by a thenBy.