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