charIndex property

int charIndex

What is the index of the current character of lookahead?

Implementation

int get charIndex {
  return _input.index;
}