totalSplits property
The total number of log entries that the original LogEntry was split into.
Implementation
@$pb.TagNumber(3)
$core.int get totalSplits => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set totalSplits($core.int value) => $_setSignedInt32(2, value);