sourceLocation property

  1. @TagNumber(23)
LogEntrySourceLocation sourceLocation

Implementation

@$pb.TagNumber(23)
LogEntrySourceLocation get sourceLocation => $_getN(12);
  1. @TagNumber(23)
void sourceLocation=(LogEntrySourceLocation v)

Implementation

@$pb.TagNumber(23)
set sourceLocation(LogEntrySourceLocation v) {
  setField(23, v);
}