getCurrentNode method

dynamic getCurrentNode()

Implementation

getCurrentNode() {
  return nodeStack[currentIndent - 1];
}