DeviceSelector constructor
DeviceSelector({
- DeviceRam? deviceRam,
- List<
DeviceId> ? excludedDeviceIds, - List<
SystemFeature> ? forbiddenSystemFeatures, - List<
DeviceId> ? includedDeviceIds, - List<
SystemFeature> ? requiredSystemFeatures,
Implementation
DeviceSelector({
this.deviceRam,
this.excludedDeviceIds,
this.forbiddenSystemFeatures,
this.includedDeviceIds,
this.requiredSystemFeatures,
});