Keyed<K, V> constructor

const Keyed<K, V>(
  1. Map<K, Cast<V?>> map
)

Implementation

const Keyed(core.Map<K, Cast<V?>> map) : _map = map;