line property

String? line
getter/setter pair

The line number of the comment.

Positive value means it's on the new side of the diff, negative value means it's on the old side.

Required.

Implementation

core.String? line;