chunkCount property
The total number of chunks in the payload
Implementation
@$pb.TagNumber(2)
$core.int get chunkCount => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set chunkCount($core.int value) => $_setUnsignedInt32(1, value);
The total number of chunks in the payload
@$pb.TagNumber(2)
$core.int get chunkCount => $_getIZ(1);
@$pb.TagNumber(2)
set chunkCount($core.int value) => $_setUnsignedInt32(1, value);