devices property

Set<DeviceConfiguration<DeviceRegistration>> get devices
inherited

The full list of devices part of this configuration.

Implementation

Set<DeviceConfiguration> get devices => {
  ...primaryDevices,
  ...connectedDevices!,
};