MapDefaultExtensions<K extends Object, V extends Object> constructor
MapDefaultExtensions<K extends Object, V extends Object> (
- Map<
K, V> _source, - V defaultValue
Creates a default map with the wrapped map and defaultValue.
Implementation
MapDefaultExtensions(this._source, this.defaultValue);