siblingId property

String siblingId

An opaque token that, if non-blank, is used to group drives that are part of the same physical device.

Implementation

String get siblingId =>
    _object.getStringProperty(_driveInterfaceName, 'SiblingId') ?? '';