getPrevNode method

dynamic getPrevNode()

Implementation

getPrevNode() {
  return nodeStack[currentIndent - 2];
}