size property

int size

The size of the block device in bytes.

Implementation

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