MapView<K, V> constructor

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

Creates a new instance of MapView

Implementation

const MapView(this.internalMap);