Merges the current map with one or more source maps.
Map extend(Map source, [Iterable<Map>? additionalSources]) { _mergeMap(source); additionalSources?.forEach(_mergeMap); return this; }