unmodifiable_collection 0.9.2+1 unmodifiable_collection: ^0.9.2+1 copied to clipboard
Discontinued library. Use package:collection/wrappers.dart instead.
Deprecated
This library used to introduce unmodifiable wrappers for collections.
This functionality has been moved to the collection
library.
Please replace the import of this library with:
import "package:collection/wrappers.dart";
and change dependencies to match.