column property

int? column
final

Position of the location within the line. It is measured in UTF-16 code units and the client capability columnsStartAt1 determines whether it is 0- or 1-based. If no column is given, the first position in the start line is assumed.

Implementation

final int? column;