toPrinter method

Printer<T> toPrinter()

Constructs a sequence of printers.

Implementation

Printer<T> toPrinter() => SequencePrinter<T>(this);