angel3_merge_map library

Exposes the mergeMap function, which... merges Maps.

Functions

mergeMap<K, V>(Iterable<Map<K, V>> maps, {bool recursive = true, bool acceptNull = false}) Map<K, V>
Merges the values of the given maps together.