Formatter<T> typedef

Formatter<T> = String Function(T)

Type alias for a function that formats a value of type T to a String.

Implementation

typedef Formatter<T> = String Function(T);