totalBatches property

  1. @TagNumber.new(5)
Int32Value get totalBatches

Implementation

@$pb.TagNumber(5)
$5.Int32Value get totalBatches => $_getN(4);
  1. @TagNumber.new(5)
set totalBatches (Int32Value value)

Implementation

@$pb.TagNumber(5)
set totalBatches($5.Int32Value value) => $_setField(5, value);