Flutter
dart:core
Map
<
K
,
V
>
clear abstract method
clear
Map class
Constructors
Map
from
fromEntries
fromIterable
fromIterables
identity
of
unmodifiable
Properties
entries
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
putIfAbsent
remove
removeWhere
update
updateAll
noSuchMethod
toString
Operators
operator []
operator []=
operator ==
Static methods
castFrom
clear method
void
clear
(
)
Removes all pairs from the map.
After this, the map is empty.
Implementation
void clear();