MapWithDefault<K, V> constructor

MapWithDefault<K, V>(
  1. Map<K, V> map,
  2. V defaultValue
)

Implementation

MapWithDefault(super.map, this.defaultValue);