Dart
dart:collection
UnmodifiableMapBase
<
K
,
V
>
UnmodifiableMapBase constructor
UnmodifiableMapBase
description
UnmodifiableMapBase<
K
,
V
>
constructor
Null safety
UnmodifiableMapBase<
K
,
V
>
(
)
Dart
dart:collection
UnmodifiableMapBase
<
K
,
V
>
UnmodifiableMapBase constructor
UnmodifiableMapBase class
Constructors
UnmodifiableMapBase
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 []=