JsonDecoder<T> typedef

JsonDecoder<T> = T Function(dynamic obj)

Implementation

typedef JsonDecoder<T> = T Function(dynamic obj);