sourceLocation property
Optional. Source code location information associated with the log entry, if any.
Implementation
@$pb.TagNumber(23)
LogEntrySourceLocation get sourceLocation => $_getN(12);
Implementation
@$pb.TagNumber(23)
set sourceLocation(LogEntrySourceLocation value) => $_setField(23, value);