enum_map 0.2.0
enum_map: ^0.2.0 copied to clipboard
A Map with compile-time check that every enum constant has an entry in it.
0.2.0 #
- BREAKING: Rename annotation classes from
EnumMaptoGenerateEnumMap,UnmodifiableEnumMaptoGenerateUnmodifiableEnumMap. ConstantsenumMapandunmodifiableEnumMapare intact. - BREAKING: Added superclasses for the generated maps:
EnumMap,UnmodifiableEnumMap. These requireimport 'package:enum_map/enum_map.dartinstead of the older.../annotations.dart.
0.1.0 #
- Initial release.