column property

int column

The column number of this token.

Implementation

int get column => Token.lineAndColumnOf(buffer, start)[1];