intoMap top-level constant

IntoMap const intoMap

The method's return type forms the type argument for the value of a Map<K, V>, and the combination of the annotated key and the returned value is contributed to the map as a key/value pair. The Map<K, V> produced from the accumulation of values will be immutable.

Implementation

const IntoMap intoMap = IntoMap._();