column property

int column
override

The 0-based column of this location in the source

Implementation

int get column => file.getColumn(offset);