clear method Null safety
override
Removes all pairs from the map.
After this, the map is empty.
Implementation
void clear() {
throw new UnsupportedError("Not supported");
}
Removes all pairs from the map.
After this, the map is empty.
void clear() {
throw new UnsupportedError("Not supported");
}