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