JsonParser<T> typedef

JsonParser<T> = T Function(dynamic json)

Implementation

typedef JsonParser<T> = T Function(dynamic json);