addAll map 并返回 新map
Map<K, V> addAllT(Map<K, V> iterable, {bool isAdd = true}) { if (isAdd) addAll(iterable); return this; }