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