currentSymbol property

int get currentSymbol

Implementation

int get currentSymbol {
  _checkNotDisposed();
  return _currentSymbol;
}