VxExtensionMap<K, V> extension

on

Methods

addAllT(Map<K, V> iterable, {bool isAdd = true}) Map<K, V>

Available on Map<K, V>, provided by the VxExtensionMap extension

addAll map and return new map
builderEntry<E>(E builder(MapEntry<K, V>)) List<E>

Available on Map<K, V>, provided by the VxExtensionMap extension

keysList({bool growable = true}) List<K>

Available on Map<K, V>, provided by the VxExtensionMap extension

updateAllT(V update(K key, V value), {bool isUpdate = true}) Map<K, V>

Available on Map<K, V>, provided by the VxExtensionMap extension

update map and return new map
updateT(K key, V update(V value), {V ifAbsent()?, bool isUpdate = true}) Map<K, V>

Available on Map<K, V>, provided by the VxExtensionMap extension

update map and return new map
valuesList({bool growable = true}) List<V>

Available on Map<K, V>, provided by the VxExtensionMap extension