Converter<T> typedef

Converter<T> = String Function(T data)

Implementation

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