totalBytes property
- @TagNumber(8)
total size of the package tarball in bytes. Zero if the size is unknown.
Implementation
@$pb.TagNumber(8)
$fixnum.Int64 get totalBytes => $_getI64(7);
- @TagNumber(8)
Implementation
@$pb.TagNumber(8)
set totalBytes($fixnum.Int64 v) { $_setInt64(7, v); }