zigbeeDeviceDiscoveries property
List<ZigbeeDeviceDiscovery>
get
zigbeeDeviceDiscoveries
All of the ZigbeeDeviceDiscovery objects on the network that the user's device has permission to access.
Implementation
List<ZigbeeDeviceDiscovery> get zigbeeDeviceDiscoveries =>
List.from(_zigbeeDeviceDiscoveries, growable: false);