sourceCodeInfo property
This field contains optional information about the original source code. You may safely remove this entire field without harming runtime functionality of the descriptors -- the information is needed only by development tools.
Implementation
@$pb.TagNumber(9)
SourceCodeInfo get sourceCodeInfo => $_getN(8);
Implementation
@$pb.TagNumber(9)
set sourceCodeInfo(SourceCodeInfo v) {
setField(9, v);
}