Returns a string representation of all the contents appended to this printer, including source map location tokens.
@override String toString() { _flush(); return (StringBuffer()..writeAll(_items)).toString(); }