totalSplits property

  1. @TagNumber(3)
int get totalSplits

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

Implementation

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

Implementation

@$pb.TagNumber(3)
set totalSplits($core.int v) { $_setSignedInt32(2, v); }