sourceCodeInfo property

  1. @TagNumber(9)
SourceCodeInfo sourceCodeInfo

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);
  1. @TagNumber(9)
void sourceCodeInfo=(SourceCodeInfo v)

Implementation

@$pb.TagNumber(9)
set sourceCodeInfo(SourceCodeInfo v) { setField(9, v); }