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