ParseFn<T> typedef

ParseFn<T> = T Function(dynamic)

Implementation

typedef ParseFn<T> = T Function(dynamic);