menu
Dart
dart:collection
MapView
<
K
,
V
>
MapView const constructor
MapView
brightness_4
brightness_5
description
MapView<
K
,
V
>
constructor
const
MapView<
K
,
V
>
(
Map
<
K
,
V
>
map
)
Creates a view which forwards operations to
map
.
Implementation
const MapView
Dart
dart:collection
MapView
<
K
,
V
>
MapView const constructor
MapView class