chunkCount property

  1. @TagNumber(2)
int get chunkCount

The total number of chunks in the payload

Implementation

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

Implementation

@$pb.TagNumber(2)
set chunkCount($core.int value) => $_setUnsignedInt32(1, value);