excludedDeviceIds property

List<DeviceId>? excludedDeviceIds
getter/setter pair

Device models excluded by this selector, even if they match all other conditions.

Implementation

core.List<DeviceId>? excludedDeviceIds;