endColumn property

int? endColumn
final

The start column for the annotation.

Cannot be sent when startLine and endLine are different values. Defaults to startColumn when startColumn is provided.

Implementation

final int? endColumn;