endPrettyPrint method

void endPrettyPrint(
  1. int indent
)

Implementation

void endPrettyPrint(int indent) {
  print("${"".padLeft(indent, '\t')}]");
}