Unclaimed project
Are you a maintainer of collection? Claim this project to take control of your public changelog and roadmap.
Changelog
The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.
CanonicalizedMap:
copy: copies an instance without recalculating the canonical values of the keys.toMap: creates a Map<K,V> (with the original key values).toMapOfCanonicalKeys: creates a Map<C,V> (with the canonicalized keys).ListSlice.slice and ListExtensions.slice.package:lints 2.0.1.