Map<K, V> clone({bool immutable = false}) { if (immutable) return this.immutable; return Map<K, V>.from(this); }