split property

  1. @TagNumber(35)
LogSplit split

Information indicating this LogEntry is part of a sequence of multiple logs split from a single LogEntry.

Implementation

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

Implementation

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