column property

int? column
final

The contextual column where the expression should be evaluated. This may be provided if line is also provided.

It is measured in UTF-16 code units and the client capability columnsStartAt1 determines whether it is 0- or 1-based.

Implementation

final int? column;