totalBytes property
- @TagNumber.new(4)
For INFO_RETRIEVED — total/available bytes (StorageInfo summary).
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get totalBytes => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set totalBytes($fixnum.Int64 value) => $_setInt64(3, value);