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