CombinedMapView<K, V> constructor

*<Null safety>*

CombinedMapView<K, V>(Iterable<Map<K, V>> _maps)

Implementation

CombinedMapView(this._maps);