line property

  1. @TagNumber.new(3)
int get line

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);
  1. @TagNumber.new(3)
set line (int value)

Implementation

@$pb.TagNumber(3)
set line($core.int value) => $_setSignedInt32(2, value);