usedBytes property

int get usedBytes

Bytes actually used on the disk.

Implementation

int get usedBytes => totalBytes - availableBytes;