DelegatingMap<K, V> constructor

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

Implementation

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