Dart
dart:collection
UnmodifiableMapView
<
K
,
V
>
cast<
RK
,
RV
> method
cast
UnmodifiableMapView class
Constructors
UnmodifiableMapView
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
cast
addAll
addEntries
clear
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=
cast<
RK
,
RV
> method
Map
<
RK
,
RV
>
cast
<
RK
,
RV
>(
)
Implementation
Map<RK, RV> cast<RK, RV>() => new UnmodifiableMapView<RK, RV>(_map.cast<RK, RV>());
Cookies management controls