sourceLocation property

  1. @TagNumber.new(17)
LogEntrySourceLocation get sourceLocation

Optional. Source code location information associated with the log entry, if any.

Implementation

@$pb.TagNumber(17)
LogEntrySourceLocation get sourceLocation => $_getN(11);
  1. @TagNumber.new(17)
set sourceLocation (LogEntrySourceLocation value)

Implementation

@$pb.TagNumber(17)
set sourceLocation(LogEntrySourceLocation value) => $_setField(17, value);