menu
Flutter
dart:collection
MapView
<
K
,
V
>
MapView.new const constructor
MapView.new
dark_mode
light_mode
MapView<
K
,
V
>
constructor
const
MapView<
K
,
V
>
(
Map
<
K
,
V
>
map
)
Creates a view which forwards operations to
map
.
Implementation
const MapView(Map<K, V> map) : _map = map;
Flutter
dart:collection
MapView
<
K
,
V
>
MapView.new const constructor
MapView class
Cookies management controls