startColumn property

int? startColumn
final

The start column of the annotation. Annotations only support start_column and end_column on the same line. Omit this parameter if start_line and end_line have different values.

Implementation

final int? startColumn;