Dart SDK
dart:core
Map
<K, V>
clear abstract method
clear
Map class
Constructors
Map
from
fromIterable
fromIterables
identity
unmodifiable
Properties
isEmpty
isNotEmpty
keys
length
values
hashCode
runtimeType
Methods
addAll
clear
containsKey
containsValue
forEach
putIfAbsent
remove
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();