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