AsMap<K, V> typedef
AsMap<K, V> =
Map<K, V> Function()
A function that returns a map.
Implementation
typedef AsMap<K, V> = Map<K, V> Function();
A function that returns a map.
typedef AsMap<K, V> = Map<K, V> Function();