MapParserFunction<K, V> typedef

MapParserFunction<K, V> = Map<K, V> Function(Map property)

Definicion de funcion para hacer el casteo de: Map

Implementation

typedef MapParserFunction<K, V> = Map<K, V> Function(Map property);