Decoder<T> typedef

Decoder<T> = T Function(Map<String, dynamic>)

Implementation

typedef Decoder<T> = T Function(Map<String, dynamic>);