device property

List<int> device

The special device file for the block device e.g. '/dev/sda2'.

Implementation

List<int> get device =>
    _object.getByteArrayProperty(_blockInterfaceName, 'Device') ?? [];