printWith method

String printWith(
  1. Printer printer
)

Implementation

String printWith(Printer printer) => printer.print(this);