Dart
dart:collection
MapView
<
K
,
V
>
MapView const constructor
description
MapView<
K
,
V
> constructor
const
MapView<
K
,
V
>
(
Map
<
K
,
V
>
map
)
Implementation
const
MapView(
Map
<K, V> map) : _map = map;