ParseListFn<T> typedef

ParseListFn<T> = List<T> Function(dynamic)

Implementation

typedef ParseListFn<T> = List<T> Function(dynamic);