Decoder<T> typedef

Decoder<T> = T Function(dynamic v)

Implementation

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