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