line property
The 1-based index of the starting line in the source text where the issue occurs, or 0 if unknown.
Implementation
@$pb.TagNumber(3)
$core.int get line => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set line($core.int value) => $_setSignedInt32(2, value);