Keyed<K, V> constructor

const Keyed<K, V>([
  1. Map<K, V> _boxed = const {}
])

Implementation

const Keyed([this._boxed = const {}]);