Dart SDK
dart:collection
MapView
clear
clear
Dart SDK
dart:collection
MapView
clear
method
clear
Source
Dart SDK
dart:collection
MapView
Constructors
MapView
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Operators
operator []
operator []=
operator ==
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
toString
noSuchMethod
void
clear
(
)
Removes all pairs from the map.
After this, the map is empty.
Source
void clear() { _map.clear(); }
Cookies management controls