Dart
dart:html
Storage
clear method
clear
description
clear
method
Null safety
void
clear
(
)
override
Removes all entries from the map.
After this, the map is empty.
Implementation
void clear() => _clear();
Dart
dart:html
Storage
clear method
Storage class
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 []=