DelegatingMap<K, V> constructor

const DelegatingMap<K, V>(Map<K, V> base)

Implementation

const DelegatingMap(Map<K, V> base) : _base = base;