insertIndent method
void
insertIndent()
Append 2 * indent
spaces to this printer.
Implementation
void insertIndent() => _indent(indent);
Append 2 * indent
spaces to this printer.
void insertIndent() => _indent(indent);