Dart SDK
dart:core
Map
clear
method
clear
Map
Properties
keys
values
length
isEmpty
isNotEmpty
Constructors
Map
from
unmodifiable
identity
fromIterable
fromIterables
Operators
operator []
operator []=
Methods
containsValue
containsKey
putIfAbsent
addAll
remove
clear
forEach
void
clear
( )
Removes all pairs from the map.
After this, the map is empty.