MapView<K, V> constructor Null safety

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

Implementation

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