endColumn property

int? endColumn
final

The end 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? endColumn;