totalSplits property

  1. @TagNumber.new(3)
int get totalSplits

The total number of log entries that the original LogEntry was split into.

Implementation

@$pb.TagNumber(3)
$core.int get totalSplits => $_getIZ(2);
  1. @TagNumber.new(3)
set totalSplits (int value)

Implementation

@$pb.TagNumber(3)
set totalSplits($core.int value) => $_setSignedInt32(2, value);