ListParserFunction<T> typedef

ListParserFunction<T> = List<T> Function(List property)

Definicion de funcion para hacer el casteo de: List

Implementation

typedef ListParserFunction<T> = List<T> Function(List property);