ItemToString<T> typedef

ItemToString<T> = String Function(T item)

Implementation

typedef String ItemToString<T>(T item);