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