size property

int size

The size of the drive in bytes.

Implementation

int get size => _object.getUint64Property(_driveInterfaceName, 'Size') ?? 0;