fixed_collections 0.2.0-beta
fixed_collections: ^0.2.0-beta copied to clipboard
Collections you can't modify. Use lists that give you compile-time errors if you make calls to modify the list.
fixed_collections #
This library contains collections that are fixed (immutable/unmodifiable). You pass an iterable in to the constructor and you get a list that you cannot modify. More importantly, all the members that modify the list are deprecated so you get a warning or error at compile time. Use this library with the deprecated_member_use_from_same_package
code analysis option on.

More fixed collections coming!
Please report members that modify the collection and are not deprecated in the issues section