extensions/map/map library
Map extensions — nullable helpers, key transforms, and typed getters.
Extensions
-
MapExtension
on Map<
K, V> ? - Map
-
MapGetOrDefault
on Map<
K, V> - Typed getters for Map values — simple defaults and API/JSON parsing.
-
MapStringKeyExtension
on Map<
String, V> ?