MapView<K, V> constructor
- Map<
K, V> map
Creates a view which forwards operations to map
.
Implementation
const MapView(Map<K, V> map) : _map = map;
Creates a view which forwards operations to map
.
const MapView(Map<K, V> map) : _map = map;