fixed_collections 0.4.0-beta
fixed_collections: ^0.4.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 fixed (immutable/unmodifiable) collections. You pass an iterable into the constructor and get a list 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.

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