Dart
dart:collection
MapView
<
K
,
V
>
MapView const constructor
MapView
description
MapView<
K
,
V
>
constructor
Null safety
const
MapView<
K
,
V
>
(
Map
<
K
,
V
>
map
)
Implementation
const MapView(Map<K, V> map) : _map = map;
Dart
dart:collection
MapView
<
K
,
V
>
MapView const constructor
MapView class
Constructors
MapView
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=