drive property

UDisksDrive? drive

The drive this block device belongs to.

Implementation

UDisksDrive? get drive {
  var objectPath =
      _object.getObjectPathProperty(_blockInterfaceName, 'Drive');
  return objectPath != null ? _client._getDrive(objectPath) : null;
}