DeviceSelector constructor

DeviceSelector({
  1. DeviceRam? deviceRam,
  2. List<DeviceId>? excludedDeviceIds,
  3. List<SystemFeature>? forbiddenSystemFeatures,
  4. List<DeviceId>? includedDeviceIds,
  5. List<SystemFeature>? requiredSystemFeatures,
})

Implementation

DeviceSelector({
  this.deviceRam,
  this.excludedDeviceIds,
  this.forbiddenSystemFeatures,
  this.includedDeviceIds,
  this.requiredSystemFeatures,
});