preferredDevice property

List<int> preferredDevice

The special device file to present in the UI instead of the value of the Device property.

Implementation

List<int> get preferredDevice =>
    _object.getByteArrayProperty(_blockInterfaceName, 'PreferredDevice') ??
    [];