Converter<T, R> typedef

Converter<T, R> = R Function(dynamic T)

Implementation

typedef R Converter<T, R>(T);