Converter<T> typedef

Converter<T> = dynamic Function(String s)

Implementation

typedef Converter<T> = dynamic Function(String s);