sorted
sorted copied to clipboard
Sort lists of complex objects with ease. Simple but powerful extension method.
Hi, when i import `import 'package:collection/collection.dart';` from [https://pub.dev/packages/collection](https://pub.dev/packages/collection) and your package, which i really like. I get a name collision `A member named 'sorted' is defined in extension 'IterableExtension' and...
What happens if object A and object B using given comparator strategy are equal? Is order from original list preserved? And what happens if they are equal, but `invert` is...