clear method Null safety
override
Removes all entries from the map.
After this, the map is empty.
Implementation
void clear() {
_map.clear();
}
Removes all entries from the map.
After this, the map is empty.
void clear() {
_map.clear();
}