sourceInfo property

  1. @TagNumber.new(5)
SourceInfo get sourceInfo

The source info derived from input that generated the parsed expr and any optimizations made during the type-checking pass.

Implementation

@$pb.TagNumber(5)
$0.SourceInfo get sourceInfo => $_getN(3);
  1. @TagNumber.new(5)
set sourceInfo (SourceInfo value)

Implementation

@$pb.TagNumber(5)
set sourceInfo($0.SourceInfo value) => $_setField(5, value);