column property
The 0-based index of the starting position within the line of source text where the issue occurs. Only meaningful if line is nonzero.
Implementation
@$pb.TagNumber(4)
$core.int get column => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set column($core.int value) => $_setSignedInt32(3, value);