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