MapDefaultExtensions<K extends Object, V extends Object> constructor

MapDefaultExtensions<K extends Object, V extends Object>(
  1. Map<K, V> _source,
  2. V defaultValue
)

Creates a default map with the wrapped map and defaultValue.

Implementation

MapDefaultExtensions(this._source, this.defaultValue);