totalBytes property

  1. @TagNumber(8)
Int64 get totalBytes

total size of the package tarball in bytes. Zero if the size is unknown.

Implementation

@$pb.TagNumber(8)
$fixnum.Int64 get totalBytes => $_getI64(7);
  1. @TagNumber(8)
set totalBytes (Int64 v)

Implementation

@$pb.TagNumber(8)
set totalBytes($fixnum.Int64 v) { $_setInt64(7, v); }