update map 并返回 新map
Map<K, V> updateAllT(V Function(K key, V value) update, {bool isUpdate = true}) { if (isUpdate) updateAll(update); return this; }