split property

  1. @TagNumber.new(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.new(35)
set split (LogSplit value)

Implementation

@$pb.TagNumber(35)
set split(LogSplit value) => $_setField(35, value);