Parser<T> typedef

Parser<T> = T Function(dynamic jsonItem)

Implementation

typedef Parser<T> = T Function(dynamic jsonItem);