ListMapView<K, V> constructor

ListMapView<K, V>(
  1. Map<K, V> _map
)

Implementation

ListMapView(this._map);