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