sourceLocation property
Implementation
@$pb.TagNumber(23)
LogEntrySourceLocation get sourceLocation => $_getN(12);
Implementation
@$pb.TagNumber(23)
set sourceLocation(LogEntrySourceLocation v) {
setField(23, v);
}
@$pb.TagNumber(23)
LogEntrySourceLocation get sourceLocation => $_getN(12);
@$pb.TagNumber(23)
set sourceLocation(LogEntrySourceLocation v) {
setField(23, v);
}