Transformer<T> typedef

Transformer<T> = String? Function(T item)

Implementation

typedef Transformer<T> = String? Function(T item);