addAll method
Adds all key/value pairs of other
to this map.
Implementation
void addAll(PackedDataCache other) {
_data.addAll(other._data);
}
Adds all key/value pairs of other
to this map.
void addAll(PackedDataCache other) {
_data.addAll(other._data);
}