Printer<T>.pluggable constructor

const Printer<T>.pluggable(
  1. Map1<T, String> callback
)

Constructs a printer that evaluates the callback.

Implementation

const factory Printer.pluggable(Map1<T, String> callback) =
    PluggablePrinter<T>;