Converter<T> typedef

Converter<T> = T Function(String input)

Implementation

typedef Converter<T> = T Function(String input);