common/collection_util library

Extensions

ListNullUtil on List<T?>
ListUtil on List<T>
MapUtil on Map<K, V>

Functions

merge<K, V>(Map<K, V> first, Map<K, V> second) Map<K, V>
Merges two maps.
mergeAll<K, V>(List<Map<K, V>> maps) Map<K, V>
Merges many maps.