endLine property

int? endLine
final

End line of the location, present if the location refers to a range. The client capability linesStartAt1 determines whether it is 0- or 1-based.

Implementation

final int? endLine;