column property

int get column

The column number of this token.

Implementation

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