Decoder<T> typedef

Decoder<T> = T Function(dynamic value, {String? name})

Implementation

typedef Decoder<T> = T Function(dynamic value, {String? name});