indent method

String indent()

Implementation

String indent() {
  return space(spaceNum: _scopes.length * Constants.INDENT_LEN);
}