pop method

void pop()

Implementation

void pop() {
  _tagCtxs.removeLast();
  _current = _tagCtxs.last;
}