sourceContext property
Source context for the protocol buffer service represented by this message.
Implementation
@$pb.TagNumber(5)
$0.SourceContext get sourceContext => $_getN(4);
Implementation
@$pb.TagNumber(5)
set sourceContext($0.SourceContext v) { setField(5, v); }