TransformFunction<T> typedef

TransformFunction<T> = String Function(T object)

A callback to render a data object to a string.

Implementation

typedef TransformFunction<T> = String Function(T object);