trim method

Printer<T> trim()

Removes any leading and trailing whitespace.

Implementation

Printer<T> trim() => TrimBothPrinter<T>(this);