connectionBus property

String connectionBus

The physical connection bus used for the drive as seen by the user.

Implementation

String get connectionBus =>
    _object.getStringProperty(_driveInterfaceName, 'ConnectionBus') ?? '';