totalBytes property

  1. @TagNumber.new(4)
Int64 get totalBytes

For INFO_RETRIEVED — total/available bytes (StorageInfo summary).

Implementation

@$pb.TagNumber(4)
$fixnum.Int64 get totalBytes => $_getI64(3);
  1. @TagNumber.new(4)
set totalBytes (Int64 value)

Implementation

@$pb.TagNumber(4)
set totalBytes($fixnum.Int64 value) => $_setInt64(3, value);