column property

int? column
final

Start position within line to search possible breakpoint locations in. 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;