seat property

String seat

The id of the seat the drive is plugged into, if any.

Implementation

String get seat =>
    _object.getStringProperty(_driveInterfaceName, 'Seat') ?? '';