totalChunks property

  1. @TagNumber.new(12)
int get totalChunks

Implementation

@$pb.TagNumber(12)
$core.int get totalChunks => $_getIZ(11);
  1. @TagNumber.new(12)
set totalChunks (int value)

Implementation

@$pb.TagNumber(12)
set totalChunks($core.int value) => $_setSignedInt32(11, value);