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