configuration property

Map<String, DBusValue> configuration

A set of configuration directives that are applied to the drive when it is connected. Use setConfiguration to change these.

Implementation

Map<String, DBusValue> get configuration =>
    _object.getConfigurationProperty(_driveInterfaceName, 'Configuration') ??
    {};