ValuePrinter<T> typedef
ValuePrinter<T> =
String Function(T value)
A function that will stringify the given value, primarily for help messages or for parsing.
Implementation
typedef ValuePrinter<T> = String Function(T value);