SequencePrinter<T> constructor

const SequencePrinter<T>(
  1. Iterable<Printer<T>> printers
)

Implementation

const SequencePrinter(this.printers);