devices property
The full list of devices part of this configuration.
Implementation
Set<DeviceConfiguration> get devices {
Set<DeviceConfiguration> set = {...primaryDevices, ...connectedDevices!};
return set;
}
The full list of devices part of this configuration.
Set<DeviceConfiguration> get devices {
Set<DeviceConfiguration> set = {...primaryDevices, ...connectedDevices!};
return set;
}