menu
Dart
dart:collection
UnmodifiableMapView
<
K
,
V
>
UnmodifiableMapView constructor
UnmodifiableMapView
brightness_4
brightness_5
description
UnmodifiableMapView<
K
,
V
>
constructor
UnmodifiableMapView<
K
,
V
>
(
Map
<
K
,
V
>
map
)
Implementation
UnmodifiableMapView(Map<K, V> map) : super(map);
Dart
dart:collection
UnmodifiableMapView
<
K
,
V
>
UnmodifiableMapView constructor
UnmodifiableMapView class
Constructors
UnmodifiableMapView
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 []=