map_enhancer 2.0.0
map_enhancer: ^2.0.0 copied to clipboard
A plugin which extends Dart's native `Map` type with a couple of handy methods.
2.0.0 - 2020-03-12 #
- Migrate to null safety.
1.0.2 - 2020-07-23 #
- Reverted sdk version dependency.
1.0.1 - 2020-07-23 #
- Used
isoperator to determine variable type.
1.0.0 - 2020-04-27 #
- Renamed methods.
- Added
Map.hasIn()method.
0.1.0 - 2020-04-25 #
- Added
Map.get(),Map.set(), andMap.unset()methods.