MapView<K, V> constructor

const MapView<K, V>(Map<K, V> map)

Implementation

const MapView(Map<K, V> map) : _map = map;