Dart SDK
dart:collection
MapMixin
<K, V>
clear abstract method
clear
MapMixin class
Constructors
MapMixin
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
toString
noSuchMethod
Operators
operator []
operator []=
operator ==
clear method
void
clear
(
)
Removes all pairs from the map.
After this, the map is empty.
Implementation
void clear();