Definicion de funcion para hacer el casteo de: List
typedef ListParserFunction<T> = List<T> Function(List property);