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