usedBytes property
int
get
usedBytes
Bytes actually used on the disk.
Implementation
int get usedBytes => totalBytes - availableBytes;
Bytes actually used on the disk.
int get usedBytes => totalBytes - availableBytes;