JsonParse<T> typedef

JsonParse<T> = T Function(dynamic data)

Implementation

typedef JsonParse<T> = T Function(dynamic data);