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