Dart
dart:collection
SplayTreeMap
<
K
,
V
>
clear method
description
clear method
void
clear
(
)
override
Removes all pairs from the map.
After this, the map is empty.
Implementation
void
clear() { _clear(); }