sourceInfo property
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);
Implementation
@$pb.TagNumber(5)
set sourceInfo($0.SourceInfo value) => $_setField(5, value);