Decoder<T> typedef

Decoder<T> = T Function(dynamic data)

Implementation

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