forbiddenSystemFeatures property

List<SystemFeature>? forbiddenSystemFeatures
getter/setter pair

A device that has any of these system features is excluded by this selector, even if it matches all other conditions.

Implementation

core.List<SystemFeature>? forbiddenSystemFeatures;