Dart
dart:collection
MapMixin
<
K
,
V
>
clear abstract method
clear
Dart
dart:collection
MapMixin
<
K
,
V
>
clear abstract method
MapMixin class
Constructors
MapMixin
Properties
entries
hashCode
isEmpty
isNotEmpty
keys
length
runtimeType
values
Methods
addAll
addEntries
cast
clear
containsKey
containsValue
forEach
map
noSuchMethod
putIfAbsent
remove
removeWhere
toString
update
updateAll
Operators
operator ==
operator []
operator []=
description
clear
method
Null safety
void
clear
(
)
override
Removes all entries from the map.
After this, the map is empty.
Implementation
void clear();