split property

  1. @TagNumber(35)
LogSplit get split

Optional. Information indicating this LogEntry is part of a sequence of multiple log entries split from a single LogEntry.

Implementation

@$pb.TagNumber(35)
LogSplit get split => $_getN(16);
  1. @TagNumber(35)
set split (LogSplit v)

Implementation

@$pb.TagNumber(35)
set split(LogSplit v) {
  setField(35, v);
}