MapView<K, V> constructor
const
MapView<K, V> (
- Map<
K, V> internalMap
Creates a new instance of MapView
Implementation
const MapView(this.internalMap);
Creates a new instance of MapView
const MapView(this.internalMap);