AsMap<K, V> typedef

AsMap<K, V> = Map<K, V> Function()

A function that returns a map.

Implementation

typedef Map<K, V> AsMap<K, V>();