insertIndent method

void insertIndent()

Append 2 * indent spaces to this printer.

Implementation

void insertIndent() => _indent(indent);